Commit 0f6be0644422f57b4874825a48c3a9852b10ae59

Armin Hasitzka 2018-06-17T20:27:42

[bdf] Fix underflow of an unsigned value. bdflib.c:1562 could be reached with `font->glyphs_used == 0'. That caused an underflow of the unsigned value which results in undefined behaviour. * src/bdf/bdflib.c (src/bdf/bdflib.c): Bail out earlier than before if the `ENCODING' keyword cannot be found.