We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Checklist (Please check before submitting)
Describe the bug A clear and concise description of what the bug is.
Running with address sanitizer trigger an runtime error:
/home/vboxuser/Desktop/cFS/apps/hs/fsw/src/hs_monitors.c:419:38: runtime error: index 64 out of bounds for type 'uint32 [64]'
To Reproduce Steps to reproduce the behavior: add_compile_options( -fsanitize=address -fsanitize=undefined -fsanitize-recover=all -g ) add_link_options( -fsanitize=address -fsanitize=undefined -fsanitize-recover=all )
Make SIMULATION=native ENABLE_UNIT_TESTS=true prep
make install
Run Test
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:
2a9d8c3
Merge pull request #130 from avan989/Fix-129-Address-Sanitizer
0ea03c3
Fix #129, Address Sanitizer
Successfully merging a pull request may close this issue.
Checklist (Please check before submitting)
Describe the bug
A clear and concise description of what the bug is.
Running with address sanitizer trigger an runtime error:
To Reproduce
Steps to reproduce the behavior:
add_compile_options(
-fsanitize=address
-fsanitize=undefined
-fsanitize-recover=all
-g
)
add_link_options(
-fsanitize=address
-fsanitize=undefined
-fsanitize-recover=all
)
Make SIMULATION=native ENABLE_UNIT_TESTS=true prep
make install
Run Test
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: