diff --git a/projects/connectedhomeip/project.yaml b/projects/connectedhomeip/project.yaml index 9d25295076d8..4af1638e15ea 100644 --- a/projects/connectedhomeip/project.yaml +++ b/projects/connectedhomeip/project.yaml @@ -10,6 +10,10 @@ auto_ccs: - "aalami@csa-iot.org" 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