summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-04-11 11:08:35 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-04-11 11:08:35 +0000
commitcbae7ff8be743b4b676fdfee68175070977bcfbb (patch)
treec96e8188bb5c202e78114edb16ca7ed202df2c67
parenta578ebb9646a39ed269699d91494653c44c9fcbd (diff)
Fix the Changelog - actually speex <= 1.1.12 are vulnerable.
Original commit message from CVS: Fix the Changelog - actually speex <= 1.1.12 are vulnerable.
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b418e46d..8cd7d481 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
* ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
Fix bounds checking of mode in Speex header, which may
- produce negative numbers in speex < 1.1.12
+ produce negative numbers in speex <= 1.1.12
2008-04-09 Tim-Philipp Müller <tim at centricular dot net>