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
Was able to reproduce this issue on a windows machine, but also linux.
The reason is the filepath used to fetch the test content expects us to run the test from the test directory.
If we run it from the wrong directory, the file fails to open, and tellg returns -1, which is then passed to vector::resize without checking, causing the vector too long error.
The errors look like
I haven't been able to reproduce this on my own Windows machine.
The text was updated successfully, but these errors were encountered: