xiaoxiang781216 commented on code in PR #14114:
URL: https://github.com/apache/nuttx/pull/14114#discussion_r1796692746


##########
mm/Kconfig:
##########
@@ -326,6 +326,14 @@ config MM_KASAN_DISABLE_WRITES_CHECK
        ---help---
                This option disable kasan writes check.
 
+config MM_KASAN_SKIP_ZERO_TAGS
+       bool "Enable checek zero tags"
+       depends on MM_KASAN_SW_TAGS
+       default y if LIBC_MODLIB

Review Comment:
   ```suggestion
        default LIBC_MODLIB
   ```



##########
mm/Kconfig:
##########
@@ -326,6 +326,14 @@ config MM_KASAN_DISABLE_WRITES_CHECK
        ---help---
                This option disable kasan writes check.
 
+config MM_KASAN_SKIP_ZERO_TAGS
+       bool "Enable checek zero tags"
+       depends on MM_KASAN_SW_TAGS
+       default y if LIBC_MODLIB
+       default n

Review Comment:
   remove



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to