Gary-Hobson opened a new pull request, #13106:
URL: https://github.com/apache/nuttx/pull/13106

   ## Summary
    There is a false positive in asan of gcc-13, we need to mask it to ensure 
that other parts work properly
       
       sanitizer_common/sanitizer_common_interceptors.inc:
          // FIXME: under ASan the call below may write to freed memory and 
corrupt
          // its metadata. See
          // https://github.com/google/sanitizers/issues/321.
       
       ==572161==ERROR: AddressSanitizer: dynamic-stack-buffer-overflow on 
address 0xed3d3f00 at pc 0xef46af64 bp 0xed3d3de8 sp 0xed3d39bc
       WRITE of size 128 at 0xed3d3f00 thread T0
            #0 0xef46af63 in __interceptor_pthread_sigmask 
../../../../../src/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc:4419
            #1 0x5486aa7d in up_irq_save sim/posix/sim_hostirq.c:97
   
   ## Impact
   
   ## Testing
   
   


-- 
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