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
After ~5000 inputs, the Vorbis fuzzer found an input that exploits the issue rygorous describes in nothings#937 (comment) . This should be a fairly fast fix:
Add a STB_VORBIS_MAX_PACKET_SIZE define, or something named similarly
Check the length returned by this against it:
//file vendor
len = get32_packet(f);
The text was updated successfully, but these errors were encountered:
After ~5000 inputs, the Vorbis fuzzer found an input that exploits the issue rygorous describes in nothings#937 (comment) . This should be a fairly fast fix:
The text was updated successfully, but these errors were encountered: