You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/vorbis-tools/files/vorbis-tools-1.4.0-CVE-2014...

25 lines
691 B

Patch taken from:
https://trac.xiph.org/changeset/19117
To fix bug report:
https://bugs.gentoo.org/show_bug.cgi?id=537422
--- vorbis-tools-1.4.0/oggenc/oggenc.c
+++ vorbis-tools-1.4.0/oggenc/oggenc.c
@@ -97,6 +97,8 @@
.3,-1,
0,0,0.f,
0, 0, 0, 0, 0};
+ input_format raw_format = {NULL, 0, raw_open, wav_close, "raw",
+ N_("RAW file reader")};
int i;
@@ -239,8 +241,6 @@
if(opt.rawmode)
{
- input_format raw_format = {NULL, 0, raw_open, wav_close, "raw",
- N_("RAW file reader")};
enc_opts.rate=opt.raw_samplerate;
enc_opts.channels=opt.raw_channels;