Skip to content

Commit

Permalink
[connectedhomeip] Reactivate UndfinedBehaviorSanitizer (#12542)
Browse files Browse the repository at this point in the history
- Reactivating UndefinedBehaviorSanitizer after having fixed UBSan
issue: project-chip/connectedhomeip#35777

- MemorySanitizer can not be activated due to false positives showing
for `glib`. Apparently all dependencies including glib will need to be
re-compiled with MSan to avoid these false-positives.
  • Loading branch information
Alami-Amine committed Sep 30, 2024
1 parent 4a6cfbd commit bf22e7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/connectedhomeip/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ auto_ccs:
- "[email protected]"
sanitizers:
- address
- undefined
# MemorySanitizer is deactivated due to false positives related to Glib
# For MSan; Glib and all others libs should be compiled with MSan
# - memory
fuzzing_engines:
- libfuzzer
- honggfuzz
Expand Down

0 comments on commit bf22e7f

Please sign in to comment.