cFE icon indicating copy to clipboard operation
cFE copied to clipboard

f-sanitizer detect runtime issue in coverage-es-ALL

Open avan989 opened this issue 1 year ago • 0 comments

Describe the bug running with f-sanitizer detect runtime error:

/home/vboxuser/Desktop/cFS/cfe/modules/es/fsw/src/cfe_es_apps.c:215:65: runtime error: index 130 out of bounds for type 'char [128]'

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

avan989 avatar Jul 10 '24 14:07 avan989