We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The latest version of turbo from the master crashes with a segmentation fault:
Program received signal SIGSEGV, Segmentation fault. __strlen_sse2 () at ../sysdeps/x86_64/multiarch/strlen-vec.S:126
The text was updated successfully, but these errors were encountered:
On Ubuntu 18.04 error is different:
Sorry, something went wrong.
TStringView: avoid calling memcmp with empty string to prevent undefi…
92177cb
…ned behaviour Given that memcmp cannot be called with null parameters. See magiblot/turbo#61
45a02f7
Hi @unxed!
Thank you very much for the report, and sorry for the trouble. I had been unaware of this issue because it would not show up in debug builds.
No branches or pull requests
The latest version of turbo from the master crashes with a segmentation fault:
The text was updated successfully, but these errors were encountered: