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
#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/effects.cpp:109
.I think, out-of-memory occurs because we try to reserve memory for
out_buffer
without any size checks forsf->signal.length
.How to reproduce
You will see the following output:
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: