GNOME Bugzilla – Bug 309043
gstwavparse causes segfaults
Last modified: 2005-06-30 10:18:00 UTC
Distribution/Version: pkgsrc gstwavparse reads bps information from wav headers and doesn't check it, but uses it as divisor. If bps is 0, this will cause division-by-zero and a segfault. I'll attach a patch that fixes it (not allowing wav files with bps 0).
Created attachment 48338 [details] [review] patch fixing the problem
Thanks, applied.