New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=b3b402a3a102ea700e0ba0f75f4eeafa5634d0b8
commit b3b402a3a102ea700e0ba0f75f4eeafa5634d0b8
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

Reply via email to