You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cpu number to poll was not range checked until _after_ the memset.
This is not the correct order of operations, it must range the element
number in the array before writing/clearing it.
running addressSanitizer causes the following error:
To Reproduce
Steps to reproduce the behavior:
Add in the following option:
add_compile_options(-fsanitize=address -g)
add_link_options(-fsanitize=address)
Compile and run normally.
Expected behavior
A clear and concise description of what you expected to happen.
Code snips
If applicable, add references to the software.
System observed on:
Additional context
Add any other context about the problem here.
Reporter Info
Full name and company/organization if applicable
Anh Van, GSFC
The text was updated successfully, but these errors were encountered: