Comment 6 for bug 273767

Revision history for this message
theAdib (theadib) wrote :

Still crashing on Ubuntu 9.04
when I use 300 dpi it calculates=277037 and height=62825 times 4byte results in 69619398100. This number is larger than 2^32=4294967296.
So we need to test here for possible range overflow.
patch #1 will check for possible overflow?field.comment=Still crashing on Ubuntu 9.04
when I use 300 dpi it calculates=277037 and height=62825 times 4byte results in 69619398100. This number is larger than 2^32=4294967296.
So we need to test here for possible range overflow.
patch #1 will check for possible overflow