2018-02-14 1:54 GMT+01:00 James Almer :
> Calling ffio_ensure_seekback() right after initializing an AVIOContext
> with ffio_init_context() would result in a use of uninitialised value.
>
> Fixes fate-adts-id3v2-demux when using valgrind.
>
> Signed-off-by: James Almer
> ---
> Maybe we should do a
Calling ffio_ensure_seekback() right after initializing an AVIOContext
with ffio_init_context() would result in a use of uninitialised value.
Fixes fate-adts-id3v2-demux when using valgrind.
Signed-off-by: James Almer
---
Maybe we should do a memset(s, 0, sizeof(*s)) at the beginning of
ffio_ini