It was reported [1] that a crafted WAV file with number of channels set to 0 will cause oggenc and opusenc to crash due to a division by zero issue at : Stopped reason: SIGFPE 0x0804d497 in wav_open (in=0x805c368, opt=0xbffff2ec, oldbuf=0x805c4d0 "RIFF\f\002", buflen=0xc) at audio.c:552 552 opt->total_samples_per_channel = len/(format.channels*samplesize); The upstream patches are most likely these: https://trac.xiph.org/changeset/19423/ https://trac.xiph.org/changeset/19422/ [1]: https://trac.xiph.org/ticket/2137
Created attachment 983301 [details] crash_div_zero.wav
Is this a duplicate of bug #11184448?
I meant bug #1184448.
Created vorbis-tools tracking bugs for this issue: Affects: fedora-all [bug 1185274]
(In reply to Kamil Dudka from comment #3) > I meant bug #1184448. This one too. My fault - did not check if these were filed already or not. Sorry again. *** This bug has been marked as a duplicate of bug 1184448 ***