[FFmpeg-cvslog] r9734 - trunk/libavutil/aes.c

Måns Rullgård mans
Thu Jul 19 10:54:30 CEST 2007


Uoti Urpala wrote:
> On Thu, 2007-07-19 at 08:53 +0100, M?ns Rullg?rd wrote:
>> >  typedef struct AVAES{
>> > +    // Note: round_key[16] is accessed in the init code, but this only
>> > +    // overwrites state, which does not matter (see also r7471).
>> >      uint8_t round_key[15][4][4];
>> >      uint8_t state[2][4][4];
>>
>> Are you sure these arrays will always be ordered the same way on the stack?
>
> That is a struct,

Uh, you're right.  It got a bit late last night...

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-cvslog mailing list