You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've been fuzzing torchaudio project with sydr-fuzz and found crash at sox/src/wav.c:950.
I think, that division by zero occurs because ft->signal.channels in sox/src/wav.c:584 it reads 0 to wChannels from ft and it sets to ft->signal.channels in sox/src/wav.c:711, after which there is a division by this in the crashline.
#3497 has landed, and now torchaudio links to sox dynamically. We no longer compile the specified code by ourselves and therefore this issue is now irrelevant.
Feel free to fuzz the code under torchaudio/csrc, and report issues there. Thanks,
🐛 Describe the bug
Hi, I've been fuzzing torchaudio project with sydr-fuzz and found crash at
sox/src/wav.c:950
.I think, that division by zero occurs because
ft->signal.channels
insox/src/wav.c:584
it reads0
towChannels
fromft
and it sets toft->signal.channels
insox/src/wav.c:711
, after which there is a division by this in the crashline.How to reproduce
Versions
torchaudio version: 30afaa9
pytorch version: 0f1621df1a0a73956c7ce4e2f72f069e610e0137
sox version: 14.4.2
OS: Ubuntu 20.04
The text was updated successfully, but these errors were encountered: