From: Petter Reinholdtsen Date: Tue, 22 Sep 2015 15:14:06 +0200 Subject: oggenc: validate count of channels in the header (CVE-2014-9638 & CVE-2014-9639) Author: Kamil Dudka Origin: http://lists.xiph.org/pipermail/vorbis-dev/2015-February/020423.html Bug: https://trac.xiph.org/ticket/2136 Bug: https://trac.xiph.org/ticket/2137 Bug-Debian: https://bugs.debian.org/776086 Forwarded: not-needed Reviewed-By: Petter Reinholdtsen Last-Update: 2015-09-22 --- oggenc/audio.c | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/oggenc/audio.c b/oggenc/audio.c index 05e42b3..1b3f179 100644 --- a/oggenc/audio.c +++ b/oggenc/audio.c @@ -13,6 +13,7 @@ #include #endif +#include #include #include #include @@ -251,6 +252,7 @@ int aiff_open(FILE *in, oe_enc_opt *opt, unsigne
aboutsummaryrefslogtreecommitdiff