-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Enabled heap check (#1306) #1316
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,3 +38,6 @@ build:clang-msan --copt -fsanitize=memory | |
| build:clang-msan --linkopt -fsanitize=memory | ||
| build:clang-msan --define tcmalloc=disabled | ||
| build:clang-msan --copt -fsanitize-memory-track-origins=2 | ||
|
|
||
| # Test options | ||
| test --test_env=HEAPCHECK --test_env=PPROF_PATH | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should this be
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think setting
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nothing breaks if
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't have a strong opinion on which one is chosen as long as we doc it. Will let both of you choose. |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you were off-by-one in arg position in the cut+paste here..