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
The sly_unpacker crashes after reading the number of WAC entries due to a bad memory allocation. I was able to trace the issue to the line wac_entries.reserve(entry_count); in wac.hpp.
The text was updated successfully, but these errors were encountered:
The sly_unpacker crashes after reading the number of WAC entries due to a bad memory allocation. I was able to trace the issue to the line
wac_entries.reserve(entry_count);
in wac.hpp.The text was updated successfully, but these errors were encountered: