CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2016/11/23 07:52:15
Modified files:
multimedia/gstreamer-0.10/plugins-good: Makefile
multimedia/gstreamer1/plugins-good: Makefile
Added files:
multimedia/gstreamer-0.10/plugins-good/patches:
patch-gst_flx_gstflxdec_c
multimedia/gstreamer1/plugins-good/patches:
patch-gst_flx_gstflxdec_c
Log message:
Security fix for flxdec: add some write bounds checking
Without checking the bounds of the frame we are writing into, we can
write off the end of the destination buffer.
https://scarybeastsecurity.blogspot.dk/2016/11/0day-exploit-advancing-exploitation.html
https://bugzilla.gnome.org/show_bug.cgi?id=774834
>From upstream git
OK ajacoutot@