Merge branch 'fix/sanitizer_issue' into 'master'

flash: flash ops sanitizer

Closes IDF-9954

See merge request espressif/esp-idf!33859
This commit is contained in:
Armando (Dou Yiwen)
2024-10-14 10:36:43 +08:00

View File

@@ -17,7 +17,7 @@ if(CONFIG_TEST_MEMPROT)
endif() endif()
endif() endif()
if(NOT CONFIG_TEST_MEMPROT AND NOT CONFIG_ESP_COREDUMP_CAPTURE_DRAM AND NOT CONFIG_SPIRAM) if(NOT CONFIG_TEST_MEMPROT AND NOT CONFIG_ESP_COREDUMP_CAPTURE_DRAM)
# Enable UBSAN checks # Enable UBSAN checks
# #
# shift-base sanitizer is disabled due to the following pattern found in register header files: # shift-base sanitizer is disabled due to the following pattern found in register header files: