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
fnmain(){let data = [0,0,0,1,102,116,121,112,0,132,255,255,255,255,0,132];letmut data = std::io::Cursor::new(data);let tag = mp4ameta::Tag::read_from(&mut data);}
Results in
memory allocation of 37436171902451828 bytes failed
zsh: abort (core dumped) cargo run
The text was updated successfully, but these errors were encountered:
Reproduction code
Results in
The text was updated successfully, but these errors were encountered: