-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash in copy_string #7835
Comments
What's the size of the vector? |
On a first screenshow you can see size 2147483637 |
numeric_limits is a template. Is that a limit of 2 billions or 4 quintillions? Either way, it's probably going to make you run out of memory |
limit is int (i paste std::numeric_limits< int >::max() but in comment showed only std::numeric_limits::max()) |
1 billion alerts will make you run out of memory unless you pop them at a higher rate than they're produced. I imagine you're not doing that. |
Windows 11 x64
libtorrent 2.0.10
msvc2019
Crashed in copy_string() because m_storage size too much.
The text was updated successfully, but these errors were encountered: