This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 6f62ef0b6f nuttx/sim:Remove asan check in up_irq_save().
6f62ef0b6f is described below

commit 6f62ef0b6f3cae37ca96aa75a0da3b41b6ab55d8
Author: cuiziwei <[email protected]>
AuthorDate: Tue Feb 27 12:21:57 2024 +0800

    nuttx/sim:Remove asan check in up_irq_save().
    
    Signed-off-by: cuiziwei <[email protected]>
---
 arch/sim/src/sim/posix/sim_hostirq.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/sim/src/sim/posix/sim_hostirq.c 
b/arch/sim/src/sim/posix/sim_hostirq.c
index ca38ab799a..bb1e92459d 100644
--- a/arch/sim/src/sim/posix/sim_hostirq.c
+++ b/arch/sim/src/sim/posix/sim_hostirq.c
@@ -87,6 +87,7 @@ uint64_t up_irq_flags(void)
  *
  ****************************************************************************/
 
+__attribute__((no_sanitize_address))
 uint64_t up_irq_save(void)
 {
   union sigset_u nmask;

Reply via email to