-
Notifications
You must be signed in to change notification settings - Fork 207
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
boost::python::to_python_value<bool const&> generates stack-buffer-overflow in address sanitizer #413
Comments
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Encountered in https://github.com/freeorion/freeorion with tag
v0.5-rc1
To reproduce build it with-DBUILD_TESTING=On -DBUILD_CLIENT_GG=Off -DBUILD_SERVER=Off -DBUILD_AI=Off
and runASAN_OPTIONS=detect_leaks=0 ./fo_unittest_parse --run_test=TestPythonParser/parse_techs_full
Mininified example https://github.com/o01eg/freeorion with branch
test-python-sanitize-mini
on CI: https://github.com/o01eg/freeorion/actions/runs/4264388156/jobs/7422403144The text was updated successfully, but these errors were encountered: