Skip to content
Snippets Groups Projects
Commit efd6cbc5 authored by Stefano Sabatini's avatar Stefano Sabatini
Browse files

flicvideo: fix crash on flic files with invalid frame size


Add a check in flic_decode_frame_8BPP(), in case chunk_size is >
frame_size issue a warning and resize chunk_size to frame_size, in
order to avoid out-of-buffer reads.

Fix roundup issue #2520, trac issue #69.

Signed-off-by: default avatarStefano Sabatini <stefano.sabatini-lala@poste.it>
parent cd187279
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