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 | 9d418cd3b9e0bd3ce25c6ec12e71af14122fbc92 (patch) | |
tree | 3fed9773e3f2cce8c73393770085beeb6da84100 | |
parent | 33fd94402ec3cd1ef95330f56c972a444a0f6e3b (diff) |
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.
-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): |