Bug#796034: bdftobogl generates incorrect code due to a strtol overflow

2015-08-18 Thread Samuel Thibault
Control: tags -1 + pending Luca Coppolaro, le Tue 18 Aug 2015 17:53:48 +, a écrit : > The tool bdftobogl generates incorrect code because a strtol() overflows if > hex number is greater than 0x7FFF. strtoul() should be used instead. Indeed, thanks for the report & patch! Samuel

Bug#796034: bdftobogl generates incorrect code due to a strtol overflow

2015-08-18 Thread Luca Coppolaro
Package: libbogl-dev Version: 0.1.18-9 Tags: patch The tool bdftobogl generates incorrect code because a strtol() overflows if hex number is greater than 0x7FFF. strtoul() should be used instead. The numbers under conversion can be greater than 0x7FFF since they are hex numbers represent