Skip to content
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

f-sanitizer detect runtime error in coverage-shared-idma #1469

Closed
avan989 opened this issue Jul 9, 2024 · 0 comments · Fixed by #1470
Closed

f-sanitizer detect runtime error in coverage-shared-idma #1469

avan989 opened this issue Jul 9, 2024 · 0 comments · Fixed by #1470

Comments

@avan989
Copy link
Contributor

avan989 commented Jul 9, 2024

Describe the bug
Running with f-sanitizer detect run time error:

/home/vboxuser/Desktop/cFS/osal/src/os/shared/src/osapi-idmap.c:600:38: runtime error: index 22 out of bounds for type 'OS_objtype_state_t [16]'

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:

  • Hardware
  • OS: [e.g. Linux 4.4]
  • Versions [e.g. cFE 6.6, OSAL 4.2, PSP 1.3 for mcp750, any related apps]

Additional context
Add any other context about the problem here.

Reporter Info
Full name and company/organization if applicable
Anh Van, GSFC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant