GNOME Bugzilla – Bug 687469
mulawdec: integer overrun with large chunks of data
Last modified: 2012-11-26 15:05:21 UTC
Created attachment 227914 [details] [review] mulawdec int overrun fix Integer overrun in mulaw_decode causing either segfault or infinite loop.
Thanks for the patch! commit 3be45f70220310ec1c60d819f90b5f2ae03b5d83 Author: Roland Krikava <rkrikava@gmail.com> Date: Fri Nov 2 12:38:44 2012 -0400 mulawdec: fix integer overrun There might be more than 65535 samples in a chunk of data. https://bugzilla.gnome.org/show_bug.cgi?id=687469
can this patch be pushed to 0.10 too? thanks