Hallo
Salah Coronya wrote:
> In Gentoo, jpeg-7 recently when stable (the new jpeg-8 doesn't work
> either), and jpeg2yuv (and other applications, like Transcode)
> stopped working.
>
> Bug, including test case and stack dump is here:
> http://bugs.gentoo.org/show_bug.cgi?id=293919 . Problem isn't
Bernhard Praschinger wrote:
> Hallo
>
> Salah Coronya wrote:
>> In Gentoo, jpeg-7 recently when stable (the new jpeg-8 doesn't work
>> either), and jpeg2yuv (and other applications, like Transcode)
>> stopped working.
>>
>> Bug, including test case and stack dump is here:
>> http://bugs.gentoo.org
From: Márton Németh
The second parameter of g_input_status operation in
is unsigned so also call it with unsigned paramter.
This will remove the following sparse warning (see "make C=1"):
* incorrect type in argument 2 (different signedness)
expected unsigned int [usertype] *status
Hallo
[...]
>>> It compiles just fine against any version of jpeg, but if compiled
>>> against versions 7 and above, it crashes.
>> That sounds bad.
>> Did you test is with the orginal jpeg lib (http://www.ijg.org) too ?
>> Seems that we need to do some test.
>>
>> Do the two patches in the link s