New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=b67dbf36f544243041925f2d7b0d51a334acd7ae
commit b67dbf36f544243041925f2d7b0d51a334acd7ae
Author: Denis Oliver Kropp <[email protected]>
Date: Sun Mar 16 11:45:02 2014 +0100
JPEG: Fix setjmp() issue (thanks to Sven Neumann)
Wrapping the call to setjmp() into a helper function is a bad
idea as setjmp() saves the stack for later use by longjmp().
The way it was done here totally broke error handling for fatal
errors from libjpeg. Reverting this part of commit aaebf60b86
restores error handling in the JPEG image provider.
.../idirectfbimageprovider_jpeg.c | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs