diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-12-18 15:09:27 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-12-18 15:09:27 +0000 |
commit | 9e2693ea8882d5c238d37fbb063a3db5e259c537 (patch) | |
tree | 4e6724157b00a22806c31826a77ae8287d27bdc3 /ChangeLog | |
parent | 921244eafb069151c62f9d7e02aef6729a0b7217 (diff) | |
download | gst-plugins-bad-9e2693ea8882d5c238d37fbb063a3db5e259c537.tar.gz gst-plugins-bad-9e2693ea8882d5c238d37fbb063a3db5e259c537.tar.bz2 gst-plugins-bad-9e2693ea8882d5c238d37fbb063a3db5e259c537.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 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> * gst/ac3parse/gstac3parse.c: (plugin_init): |