Re: [Swftools-common] Access Violation in swf_GetU8

2012-10-15 Thread Matthias Kramm
On Sun, Oct 14, 2012 at 02:48:50PM +0200, Lists li...@qimalta.com wrote: I think they are done ad hoc, when Matthias gets round to it. 8th April was a while back, so maybe one's due! Um. You may be right :) Generating a new snapshot right now. Matthias --- SWFTools-common is a

Re: [Swftools-common] Access Violation in swf_GetU8

2012-10-14 Thread Romi Kuntsman
=gmail@nongnu.org [mailto:swftools-common-bounces+imuserpol+swftools=gmail@nongnu.org] On Behalf Of lists Sent: Tuesday, October 02, 2012 11:32 AM To: swftools-common@nongnu.org Cc: Romi Kuntsman Subject: Re: [Swftools-common] Access Violation in swf_GetU8 On Tue, 2 Oct 2012 15:23:04

Re: [Swftools-common] Access Violation in swf_GetU8

2012-10-14 Thread Lists
+imuserpol+swftools=gmail@nongnu.org [mailto:swftools-common-bounces+imuserpol+swftools=gmail@nongnu.org] On Behalf Of lists Sent: Tuesday, October 02, 2012 11:32 AM To: swftools-common@nongnu.org Cc: Romi Kuntsman Subject: Re: [Swftools-common] Access Violation in swf_GetU8

Re: [Swftools-common] Access Violation in swf_GetU8

2012-10-03 Thread imuserpol
, October 02, 2012 11:32 AM To: swftools-common@nongnu.org Cc: Romi Kuntsman Subject: Re: [Swftools-common] Access Violation in swf_GetU8 On Tue, 2 Oct 2012 15:23:04 +0200 Romi Kuntsman rmk...@gmail.com wrote: 1. There is a link to download.html from the main page, not to the wiki The main site came

Re: [Swftools-common] Access Violation in swf_GetU8

2012-10-02 Thread Lists
On Tue, 2 Oct 2012 14:32:07 +0200 Romi Kuntsman rmk...@gmail.com wrote: When will a build with those fixes be available online? http://www.swftools.org/download.html All the download links you need are to be found here, http://wiki.swftools.org/wiki/Main_Page#Available_downloads

Re: [Swftools-common] Access Violation in swf_GetU8

2012-10-02 Thread lists
On Tue, 2 Oct 2012 15:23:04 +0200 Romi Kuntsman rmk...@gmail.com wrote: 1. There is a link to download.html from the main page, not to the wiki The main site came before the wiki. The wiki lists a few more download locations thatn the main site. I try to keep the wiki current, but time is

Re: [Swftools-common] Access Violation in swf_GetU8

2012-10-01 Thread Matthias Kramm
On Mon, Oct 01, 2012 at 01:03:20AM +0200, Romi Kuntsman rmk...@gmail.com wrote: There are a few other places with *(int*)0=0; (or similar intentional access violation) in the code, did you fix them as well? Yes, that was old debug code, intented to fire up a debugger. I removed all occurences.

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

Re: [Swftools-common] Access Violation in swf_GetU8

2012-09-02 Thread Romi Kuntsman
It also appears in a few other places in the code: swftools-2012-04-08-0857\lib\as3\expr.c (1 hits) Line 2608: *(int*)0=0; swftools-2012-04-08-0857\lib\mem.c (4 hits) Line 18: //*(int*)0=0; Line 25: //*(int*)0 = 0xdead; Line 42: //*(int*)0 = 0xdead; Line 64: