zephyr/arch
Wayne Ren 5f0650b596 arch: arc: fix the bug of blt in syscall
blt is signed comparsion, if r6 is a negative number created by
malicious code, it will pass the check, bring a secure risk.

use blo (unsinged comparison) to do the check.

Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
2020-03-09 10:08:18 +02:00
..
arc arch: arc: fix the bug of blt in syscall 2020-03-09 10:08:18 +02:00
arm syscalls: arm: Fix possible overflow in is_in_region function 2020-03-07 13:12:51 +02:00
common tests: benchmarks: Add ARM64 case 2020-02-01 08:08:43 -05:00
nios2 tracing: move headers under include/tracing 2020-02-07 15:58:05 -05:00
posix tracing: move headers under include/tracing 2020-02-07 15:58:05 -05:00
riscv tracing: add TRACING_ISR Kconfig 2020-02-05 23:54:26 -05:00
x86 revert: "program local APIC LDR register for..." 2020-02-19 14:40:19 -08:00
xtensa xtensa: save/restore scompare1 during context switch 2020-02-27 12:42:26 +02:00
CMakeLists.txt arch: Simplify private header include path configuration. 2019-11-06 16:07:32 -08:00
Kconfig kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00