amaurea

Results 2 issues of amaurea

How to reproduce: ``` $ convert -size 32768x100 xc:red test.png $ feh test.png ``` Expected behavior: Feh displays a uniformly red image. Actual result: A corrupted window with white garbage...

bug
Imlib2

Line 191 in `file.c` checks whether a file descriptor is valid, like this: if (! dir->fd || dir->fd == -1) This treats a file descriptor of 0 as a failure,...