Re: [Swftools-common] Access Violation in swf_GetU8

2012-09-30 Thread Matthias Kramm
On Sun, Sep 02, 2012 at 12:47:04PM +0300, Romi Kuntsman rmk...@gmail.com wrote: U8 swf_GetU8(TAG * t) { swf_ResetReadBits(t); #ifdef DEBUG_RFXSWF if ((int)t-pos=(int)t-len) { fprintf(stderr,GetU8() out of bounds: TagID = %i\n,t-id); *(int*)0=0; return 0; }

Re: [Swftools-common] Access Violation in swf_GetU8

2012-09-30 Thread Romi Kuntsman
There are a few other places with *(int*)0=0; (or similar intentional access violation) in the code, did you fix them as well? Please publish an updated release build after the fix, thanks! On Mon, Oct 1, 2012 at 12:57 AM, Matthias Kramm kr...@quiss.org wrote: On Sun, Sep 02, 2012 at 12:47:04PM