From: Ronald S. Bultje Date: Sat, 18 Dec 2004 15:09:27 +0000 (+0000) Subject: ext/alsa/gstalsasink.c: Fix for integer overflow. Makes #156001 not crash. Probably... X-Git-Tag: 1.19.3~505^2~2675 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0153f46e50b6de0a43bd6b66458e79aaa691316;p=platform%2Fupstream%2Fgstreamer.git ext/alsa/gstalsasink.c: Fix for integer overflow. Makes #156001 not crash. Probably masks the real bug. Original commit message from CVS: * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop): Fix for integer overflow. Makes #156001 not crash. Probably masks the real bug. --- diff --git a/ChangeLog b/ChangeLog index f269d2a..bc6b63e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-12-18 Ronald S. Bultje + + * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop): + Fix for integer overflow. Makes #156001 not crash. Probably masks + the real bug. + 2004-12-17 Ronald S. Bultje * gst/ac3parse/gstac3parse.c: (plugin_init):