swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Access Violation in swf_GetU8


From: Matthias Kramm
Subject: Re: [Swftools-common] Access Violation in swf_GetU8
Date: Sun, 30 Sep 2012 15:57:37 -0700
User-agent: Mutt/1.5.20 (2009-06-14)

On Sun, Sep 02, 2012 at 12:47:04PM +0300, Romi Kuntsman <address@hidden> 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;
>     }
>   #endif
>   return t->data[t->pos++];
> }

Fixed, thanks.

Matthias



reply via email to

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