zephyr/arch/arc
Andrew Boie 29095ac135 arc: fix off-by-one in _is_in_region()
Similar issue to what was fixed earlier in the MPUv3
code. start + size should be <= r_addr_end. Fixes
a problem where the last byte of an MPU region is
incorrectly reported as out-of-bounds.

Fixes: #15131

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-04-03 13:48:20 -04:00
..
core arc: fix off-by-one in _is_in_region() 2019-04-03 13:48:20 -04:00
include all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
CMakeLists.txt cmake: Remove dead code LTO references 2018-12-21 21:04:18 +01:00
Kconfig arch: arc: fix the bug in HW_STACK_PROTECTION 2019-03-29 16:15:10 -04:00