GNOME Bugzilla – Bug 722101
h265parser: fix a trivial overrun in a loop
Last modified: 2014-01-13 14:06:16 UTC
The index of elements cannot exceed or equal to the size of elements.
Created attachment 266154 [details] [review] Overrun patch in a loop
commit 6587e924f1ed90cc2608d4599db9cae8e9d64f0c Author: Justin Joy <justin.joy.9to5@gmail.com> Date: Mon Jan 13 21:50:16 2014 +0900 h265parser: prevent to overrun chroma_weight_l0_flag The index of elements cannot exceed or equal to the size of elements. https://bugzilla.gnome.org/show_bug.cgi?id=722101