mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-23 09:04:15 +00:00
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.
This commit is contained in:
parent
69cfac9676
commit
f0153f46e5
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
|
* 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 <rbultje@ronald.bitfreak.net>
|
2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
* gst/ac3parse/gstac3parse.c: (plugin_init):
|
* gst/ac3parse/gstac3parse.c: (plugin_init):
|
||||||
|
|
Loading…
Reference in a new issue