Skip to content
Snippets Groups Projects
Commit 715f259b authored by Alexander Strasser's avatar Alexander Strasser
Browse files

h264: ff_h264_decode_extradata: check buffer args


  The buffer size and pointer were not checked prior to testing the first
byte of the buffer. These were sometimes checked before calling, but it is
better to add it inside the function as it takes buf and size arguments.

Signed-off-by: default avatarAlexander Strasser <eclipse7@gmx.net>
parent 424bcc46
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment