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

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


    from 2fd73bd82f net: Fix max conn always one less than configured value
     add 0ede3fc377 kasan: Implementing global variable out of bounds detection

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/Makefile                              |  36 ++-
 arch/arm/src/common/Toolchain.defs                 |   4 +
 arch/arm64/src/Makefile                            |  36 ++-
 arch/arm64/src/Toolchain.defs                      |   4 +
 arch/risc-v/src/Makefile                           |  36 ++-
 arch/risc-v/src/common/Toolchain.defs              |   4 +
 arch/sim/src/Makefile                              |  48 +++-
 boards/arm/qemu/qemu-armv7a/scripts/dramboot.ld    |  14 +
 boards/arm64/qemu/qemu-armv8a/scripts/dramboot.ld  |  16 ++
 .../qemu-rv/rv-virt/scripts/ld-kernel32.script     |  13 +
 .../qemu-rv/rv-virt/scripts/ld-kernel64.script     |  13 +
 boards/risc-v/qemu-rv/rv-virt/scripts/ld.script    |  13 +
 boards/sim/sim/sim/scripts/Make.defs               |   4 +
 mm/Kconfig                                         |  15 +
 mm/kasan/kasan.c                                   |  52 +++-
 tools/kasan_global.py                              | 306 +++++++++++++++++++++
 16 files changed, 566 insertions(+), 48 deletions(-)
 create mode 100755 tools/kasan_global.py

Reply via email to