Hi,The attached patch fixes the size of the "color_float" array. Currently there exists an out of bounds array access condition.
HTH, Robert -- Robert Schweikert MAY THE SOURCE BE WITH YOU SUSE-IBM Software Integration Center LINUX Tech Lead [email protected] [email protected] 781-464-8147
--- gavl/videoframe.c.orig +++ gavl/videoframe.c @@ -1510,7 +1510,7 @@ void gavl_video_frame_fill(gavl_video_fr uint16_t packed_16; uint8_t packed_32[4]; uint16_t packed_64[4]; - float color_float[2]; + float color_float[4]; gavl_init_memcpy();
------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________ Gmerlin-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gmerlin-general
