/Zephyr-Core-2.7.6/kernel/paging/ |
D | statistics.c | 148 memcpy(z_paging_histogram_eviction.bounds, in z_paging_histogram_init() 150 sizeof(z_paging_histogram_eviction.bounds)); in z_paging_histogram_init() 154 memcpy(z_paging_histogram_backing_store_page_in.bounds, in z_paging_histogram_init() 156 sizeof(z_paging_histogram_backing_store_page_in.bounds)); in z_paging_histogram_init() 160 memcpy(z_paging_histogram_backing_store_page_out.bounds, in z_paging_histogram_init() 162 sizeof(z_paging_histogram_backing_store_page_out.bounds)); in z_paging_histogram_init() 179 if (cycles <= hist->bounds[idx]) { in z_paging_histogram_inc()
|
/Zephyr-Core-2.7.6/kernel/ |
D | mempool.c | 96 size_t bounds; in k_calloc() local 100 if (size_mul_overflow(nmemb, size, &bounds)) { in k_calloc() 106 ret = k_malloc(bounds); in k_calloc() 108 (void)memset(ret, 0, bounds); in k_calloc()
|
D | poll.c | 346 uint32_t bounds; in z_vrfy_k_poll() local 357 &bounds), in z_vrfy_k_poll() 362 events_copy = z_thread_malloc(bounds); in z_vrfy_k_poll() 369 if (Z_SYSCALL_MEMORY_WRITE(events, bounds)) { in z_vrfy_k_poll() 373 (void)memcpy(events_copy, events, bounds); in z_vrfy_k_poll() 407 (void)memcpy((void *)events, events_copy, bounds); in z_vrfy_k_poll()
|
D | Kconfig | 703 int "Initial stack pointer randomization bounds" 724 bool "Enable bounds check bypass mitigations for speculative execution" 731 mitigations after bounds checking any array index parameters passed
|
/Zephyr-Core-2.7.6/doc/releases/ |
D | release-notes-2.6.rst | 1096 * :github:`35631` - [Coverity CID: 205610] Out-of-bounds read in /zephyr/include/generated/syscalls… 1097 * :github:`35630` - [Coverity CID: 205657] Out-of-bounds read in /zephyr/include/generated/syscalls… 1098 * :github:`35629` - [Coverity CID: 207968] Out-of-bounds read in /zephyr/include/generated/syscalls… 1099 * :github:`35628` - [Coverity CID: 207976] Out-of-bounds read in /zephyr/include/generated/syscalls… 1100 * :github:`35627` - [Coverity CID: 208195] Out-of-bounds read in /zephyr/include/generated/syscalls… 1101 * :github:`35626` - [Coverity CID: 210588] Out-of-bounds read in /zephyr/include/generated/syscalls… 1102 * :github:`35625` - [Coverity CID: 211042] Out-of-bounds read in /zephyr/include/generated/syscalls… 1103 * :github:`35624` - [Coverity CID: 214226] Out-of-bounds read in /zephyr/include/generated/syscalls… 1104 * :github:`35623` - [Coverity CID: 215223] Out-of-bounds read in /zephyr/include/generated/syscalls… 1105 * :github:`35622` - [Coverity CID: 215238] Out-of-bounds read in /zephyr/include/generated/syscalls… [all …]
|
D | release-notes-2.4.rst | 788 * Fixed out-of-bounds access and add flash_img_init return value check. 898 * :github:`28659` - [Coverity CID :214346] Out-of-bounds access in subsys/net/ip/tcp2.c 934 * :github:`28397` - gcc 10.x compile warning/error for array subscript is outside the bounds in cms… 940 * :github:`28375` - gcc 10.x compile warning/error for array subscript 0 is outside the bounds in t… 941 * :github:`28371` - gcc 10.x compile warning/error for array subscript 0 is outside the bounds in s… 1005 * :github:`28165` - [Coverity CID :214215] Out-of-bounds access in subsys/mgmt/mcumgr/smp_shell.c 1083 * :github:`27837` - [Coverity CID :212956] Out-of-bounds access in tests/kernel/mem_protect/mem_map… 1087 * :github:`27833` - [Coverity CID :212958] Out-of-bounds access in arch/x86/core/x86_mmu.c 1088 * :github:`27832` - [Coverity CID :212957] Out-of-bounds access in arch/x86/core/x86_mmu.c 1120 * :github:`27639` - [Coverity CID :212425] Out-of-bounds access in drivers/ethernet/eth_mcux.c [all …]
|
D | release-notes-2.5.rst | 613 * Fixed bounds checking in timeout. 1049 * :github:`31677` - [Coverity CID :216792] Out-of-bounds access in tests/net/lib/dns_addremove/src/… 1058 * :github:`31667` - [Coverity CID :215395] Out-of-bounds access in tests/net/lib/dns_sd/src/main.c 1059 * :github:`31666` - [Coverity CID :215394] Out-of-bounds access in tests/net/lib/dns_sd/src/main.c 1062 * :github:`31663` - [Coverity CID :215389] Out-of-bounds access in tests/net/lib/dns_sd/src/main.c 1064 * :github:`31661` - [Coverity CID :215387] Out-of-bounds access in tests/net/lib/dns_sd/src/main.c 1065 * :github:`31660` - [Coverity CID :215385] Out-of-bounds access in tests/net/lib/dns_sd/src/main.c 1066 * :github:`31659` - [Coverity CID :215384] Out-of-bounds access in tests/net/lib/dns_sd/src/main.c 1069 * :github:`31656` - [Coverity CID :215380] Out-of-bounds access in tests/net/lib/dns_sd/src/main.c 1071 * :github:`31654` - [Coverity CID :215377] Out-of-bounds access in tests/net/lib/dns_sd/src/main.c [all …]
|
D | release-notes-2.2.rst | 802 * :github:`22656` - [Coverity CID :208192] Out-of-bounds access in tests/subsys/canbus/isotp/implem… 805 * :github:`22653` - [Coverity CID :208196] Out-of-bounds access in drivers/eeprom/eeprom_simulator.c 810 * :github:`22648` - [Coverity CID :208201] Out-of-bounds write in soc/xtensa/intel_apl_adsp/soc.c 853 * :github:`22440` - [Coverity CID :207970] Out-of-bounds access in samples/net/sockets/websocket_cl… 855 * :github:`22438` - [Coverity CID :207973] Out-of-bounds access in tests/net/socket/websocket/src/m… 856 * :github:`22437` - [Coverity CID :207974] Out-of-bounds read in tests/net/socket/websocket/src/mai… 951 * :github:`21702` - [Coverity CID :206599] Out-of-bounds access in tests/bluetooth/uuid/src/main.c 952 * :github:`21700` - [Coverity CID :206606] Out-of-bounds access in tests/bluetooth/uuid/src/main.c 1049 * :github:`21095` - [Coverity CID :206086] Out-of-bounds access in drivers/timer/cortex_m_systick.c
|
D | release-notes-2.7.rst | 1706 * :github:`38138` - [Coverity CID: 239554] Out-of-bounds read in /zephyr/include/generated/syscalls… 1708 * :github:`38136` - [Coverity CID: 239557] Out-of-bounds read in /zephyr/include/generated/syscalls… 1709 * :github:`38135` - [Coverity CID: 239560] Out-of-bounds access in subsys/modbus/modbus_core.c 1713 * :github:`38131` - [Coverity CID: 239568] Out-of-bounds access in subsys/modbus/modbus_core.c 1714 * :github:`38130` - [Coverity CID: 239569] Out-of-bounds access in subsys/bluetooth/host/id.c 1715 * :github:`38129` - [Coverity CID: 239572] Out-of-bounds read in /zephyr/include/generated/syscalls… 1717 * :github:`38126` - [Coverity CID: 239581] Out-of-bounds access in subsys/modbus/modbus_core.c 1730 * :github:`38113` - [Coverity CID: 239609] Out-of-bounds access in subsys/random/rand32_ctr_drbg.c 1731 * :github:`38112` - [Coverity CID: 239612] Out-of-bounds read in /zephyr/include/generated/syscalls… 1732 * :github:`38111` - [Coverity CID: 239615] Out-of-bounds access in subsys/net/lib/sockets/sockets_t… [all …]
|
D | release-notes-1.9.rst | 81 configurations not featuring hardware stack bounds checking 350 * :jira:`ZEP-2488` - Build warnings [-Wpointer-sign] and [-Warray-bounds] with LLVM/icx (samples/ne…
|
D | release-notes-2.3.rst | 1131 * :github:`23585` - [Coverity CID :208915] Out-of-bounds access in tests/net/icmpv4/src/main.c 1132 * :github:`23584` - [Coverity CID :208916] Out-of-bounds read in drivers/sensor/adxl345/adxl345.c 1135 * :github:`23581` - [Coverity CID :208919] Out-of-bounds read in drivers/sensor/adxl345/adxl345.c 1138 * :github:`23577` - [Coverity CID :208923] Out-of-bounds read in drivers/sensor/adxl345/adxl345.c
|
D | release-notes-1.13.rst | 498 * :github:`8598` - [Coverity CID :186057] - Out of bounds write in samples/net/rpl_border_router/sr… 612 * :github:`7384` - ARM MPU region configuration possibly out of bounds
|
D | release-notes-1.12.rst | 635 * :github:`7380` - dma_stm32f4x possible access out of bounds in start/stop handlers 650 * :github:`7482` - [Coverity CID :185523] Out-of-bounds read in lsm6dsl driver
|
D | release-notes-2.1.rst | 479 * :github:`20967` - [Coverity CID :206017] Out-of-bounds read in drivers/ipm/ipm\_nrfx\_ipc.c 484 * :github:`20962` - [Coverity CID :206022] Out-of-bounds read in drivers/ipm/ipm\_nrfx\_ipc.c
|
/Zephyr-Core-2.7.6/tests/kernel/mem_protect/demand_paging/src/ |
D | main.c | 368 time_ns = timing_cycles_to_ns(hist->bounds[idx]); in print_histogram() 370 time_ns = k_cyc_to_ns_ceil64(hist->bounds[idx]); in print_histogram() 373 hist->bounds[idx], hist->counts[idx]); in print_histogram()
|
/Zephyr-Core-2.7.6/include/sys/ |
D | mem_manage.h | 119 unsigned long bounds[CONFIG_DEMAND_PAGING_TIMING_HISTOGRAM_NUM_BINS]; member
|
/Zephyr-Core-2.7.6/arch/x86/core/ |
D | Kconfig.intel64 | 78 bounds of the current process stack are overflowed. This is done
|
D | Kconfig.ia32 | 64 bounds of the current process stack are overflowed. This is done
|
/Zephyr-Core-2.7.6/lib/os/ |
D | Kconfig | 37 The sys_heap allocator bounds the number of tries from the
|
/Zephyr-Core-2.7.6/doc/reference/usermode/ |
D | overview.rst | 75 - Using parameters outside of proper bounds or with nonsensical values. 163 the object, check the validity of other parameters through bounds checking or
|
D | memory_domain.rst | 78 programmed with the bounds of the stack buffer. A thread exceeding its stack 247 /* The global variable var1 will be inside the bounds of my_partition 252 /* The global variable var2 will be inside the bounds of my_partition
|
/Zephyr-Core-2.7.6/arch/ |
D | Kconfig | 582 that all RAM is mapped at boot, and not just the bounds of the Zephyr image. 631 2. The underlying architecture may impose constraints on the bounds of 678 RAM size larger than the defined bounds of the virtual address space. 758 the upper bounds for each bin. See kernel/statistics.c for
|
/Zephyr-Core-2.7.6/doc/security/ |
D | vulnerabilities.rst | 122 Out-of-bounds write in USB Mass Storage with unaligned sizes 124 Out-of-bounds Write in the USB Mass Storage memoryWrite handler with 600 In the Zephyr Project MQTT code, improper bounds checking can result 728 Possible read out of bounds in dns read
|
/Zephyr-Core-2.7.6/arch/arc/ |
D | Kconfig | 217 if the bounds of the current process stack are overflowed.
|
/Zephyr-Core-2.7.6/arch/arm/core/aarch32/ |
D | Kconfig | 173 if the bounds of the current process stack are overflowed.
|