-
Notifications
You must be signed in to change notification settings - Fork 979
Update ASAN documentation #4985
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
Conversation
|
@branh : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
|
@branh : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 0a75a74:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| docs/sanitizers/error-memcpy-param-overlap.md | Details | ||
| docs/sanitizers/error-global-buffer-overflow.md | ✅Succeeded | ||
| docs/sanitizers/error-stack-buffer-overflow.md | ✅Succeeded | ||
| docs/sanitizers/error-stack-buffer-underflow.md | ✅Succeeded | ||
| docs/sanitizers/error-stack-use-after-return.md | ✅Succeeded | ||
| docs/sanitizers/error-stack-use-after-scope.md | ✅Succeeded |
docs/sanitizers/error-memcpy-param-overlap.md
- Line 42, Column 5: [Warning: file-not-found - See documentation]
Invalid file link: '../../build/reference/oi-generate-intrinsic-functions'.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
|
Learn Build status updates of commit 99255ee:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| docs/sanitizers/error-memcpy-param-overlap.md | Details | ||
| docs/sanitizers/error-global-buffer-overflow.md | ✅Succeeded | ||
| docs/sanitizers/error-stack-buffer-overflow.md | ✅Succeeded | ||
| docs/sanitizers/error-stack-buffer-underflow.md | ✅Succeeded | ||
| docs/sanitizers/error-stack-use-after-return.md | ✅Succeeded | ||
| docs/sanitizers/error-stack-use-after-scope.md | ✅Succeeded |
docs/sanitizers/error-memcpy-param-overlap.md
- Line 42, Column 5: [Warning: file-not-found - See documentation]
Invalid file link: '../../build/reference/oi-generate-intrinsic-functions.md'.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
|
Learn Build status updates of commit c63bf71: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
TylerMSFT
left a comment
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.
This is great--thank you.
|
Learn Build status updates of commit c521b56: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
|
#sign-off |
|
Invalid command: '#sign-off'. Only the assigned author of one or more file in this PR can sign off. @TylerMSFT |
|
#sign-off |
Not all the ASAN code examples actually worked. Some of them require /Od.
This PR updates the examples to be more robust in the face of optimizations, and clarifies the examples where /Od is required and why. There is a corresponding internal PR to make sure we test that these examples still function every time we make changes.