Hi Antti,
2011/3/3 Antti Paila <antti.paila(a)nokia.com>:
<snip>
struct _GIsiSubBlockIter {
+ uint8_t cursor;
uint8_t *start;
uint8_t *end;
gboolean longhdr;
The cursor actually needs to be 16 bits, because when the long header
format is in use, that is what subblock length uses.
I pushed this patch, and fixed the issue afterwards.
Cheers,
Aki