Skip to content
Snippets Groups Projects
Commit fe7547d6 authored by Matt Wolenetz's avatar Matt Wolenetz Committed by Michael Niedermayer
Browse files

lavf/utils.c Protect against accessing entries[nb_entries]

In ff_index_search_timestamp(), if b == num_entries,
m == num_entries - 1, and entries[m].flags & AVINDEX_DISCARD_FRAME is
true, then the search for the next non-discarded packet could access
entries[nb_entries], exceeding its bounds. This change adds a protection
against that scenario. Reference: https://crbug.com/666770



Reviewed-by: default avatarSasi Inguva <isasi@google.com>
Signed-off-by: default avatarMichael Niedermayer <michael@niedermayer.cc>
parent 9ec52a0a
No related branches found
No related tags found
Loading
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