After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 722101 - h265parser: fix a trivial overrun in a loop
h265parser: fix a trivial overrun in a loop
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Mac OS
: Normal normal
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-01-13 13:01 UTC by Justin Kim
Modified: 2014-01-13 14:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Overrun patch in a loop (1.01 KB, patch)
2014-01-13 13:02 UTC, Justin Kim
committed Details | Review

Description Justin Kim 2014-01-13 13:01:48 UTC
The index of elements cannot exceed or equal to the size of elements.
Comment 1 Justin Kim 2014-01-13 13:02:24 UTC
Created attachment 266154 [details] [review]
Overrun patch in a loop
Comment 2 Sebastian Dröge (slomo) 2014-01-13 14:06:11 UTC
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