commit | 29095ac135021adafcb621bfc7003db5aef7bf57 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Tue Apr 02 18:04:14 2019 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Apr 03 13:48:20 2019 -0400 |
tree | b1cbaa25d109060fed70b86bc139a3a208b02727 | |
parent | 4ea404d9bf95b1eec23b30a422f814018284d5b9 [diff] |
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>