mirror of https://github.com/FFmpeg/FFmpeg.git
get_tag() is not designed with negative length in mind; in this case, it will allocate a very small buffer (LEN_PRETTY_GUID + 1) and might call avio_get_str16le() with a negative maxlen (which relies on these parameters to be signed). Reviewed-by: Peter Ross <pross@xvid.org> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>pull/390/head
parent
c461ee39f9
commit
197f7e914b
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue