-
Notifications
You must be signed in to change notification settings - Fork 139
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
Undefined behavior during the test suite #223
Comments
You can see the 40 errors in https://travis-ci.org/tueda/form/jobs/282633736 (found by searching for "runtime error"). A patch to fix (at least them) is tueda@8a643ef. I hope I didn't make any bugs or unreasonable overhead (with compiler optimization), but maybe it would be better for someone to review it. The list of the 40 errors (line numbers are for the source before the patch):
TFORM sometimes give an extra error:
|
Currently, enabling UndefinedBehaviorSanitizer (
-fsanitize=undefined
) gives 40 failures for the test suite.The text was updated successfully, but these errors were encountered: