swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swftools-common] bug in swfextract.c


From: Gerard H. Pille
Subject: [Swftools-common] bug in swfextract.c
Date: Mon, 15 Nov 2010 15:14:49 +0100

In swfextract.c there is an  "if(pos)"  which should in fact be "if(pos>=0)",   since findjpegboundary returns -1 when no boundary is found.  -1 is true, so when no boundery is found, the image is destroyed by the memmove.

    

reply via email to

[Prev in Thread] Current Thread [Next in Thread]