zephyr/lib/os
Andrew Boie 7416457b87 lib: fdtable: safely bounds check file descriptors
Prevent speculative attacks with out-of-bounds fd
values.

Won't affect code generation for systems that don't
enable CONFIG_BOUNDS_CHECK_BYPASS_MITIGATION.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-03-11 09:54:04 -07:00
..
assert.c misc: assert_post_action: Added __weak keyword. 2019-03-02 12:26:21 -05:00
base64.c lib: flatten all loose components into one lib 2019-01-22 07:45:22 -05:00
CMakeLists.txt misc: Add k_panic on assert 2019-02-02 15:58:33 -08:00
crc7_sw.c lib: flatten all loose components into one lib 2019-01-22 07:45:22 -05:00
crc8_sw.c lib: flatten all loose components into one lib 2019-01-22 07:45:22 -05:00
crc16_sw.c lib: flatten all loose components into one lib 2019-01-22 07:45:22 -05:00
crc32_sw.c lib: flatten all loose components into one lib 2019-01-22 07:45:22 -05:00
fdtable.c lib: fdtable: safely bounds check file descriptors 2019-03-11 09:54:04 -07:00
json.c lib: flatten all loose components into one lib 2019-01-22 07:45:22 -05:00
Kconfig lib: flatten all loose components into one lib 2019-01-22 07:45:22 -05:00
mempool.c lib/os: Remove recursion from mempool and rbtree 2019-02-28 10:06:35 -08:00
printk.c lib/os: Remove case ranges from printk 2019-03-06 17:44:04 -05:00
rb.c lib/os: Remove recursion from mempool and rbtree 2019-02-28 10:06:35 -08:00
ring_buffer.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
thread_entry.c lib: flatten all loose components into one lib 2019-01-22 07:45:22 -05:00
work_q.c lib: flatten all loose components into one lib 2019-01-22 07:45:22 -05:00