Searched refs:uninitialized (Results 1 – 25 of 28) sorted by relevance
12
/Zephyr-latest/samples/boards/st/ccm/ |
D | README.rst | 93 uninitialized data. After writing to the variables, they all should hold the 139 it still should be considered uninitialized leftover data.
|
/Zephyr-latest/cmake/compiler/clang/ |
D | compiler_flags.cmake | 104 -Wno-sometimes-uninitialized
|
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/ |
D | linker.ld | 71 /* uninitialized space for uDMA access */
|
/Zephyr-latest/cmake/compiler/arcmwdt/ |
D | compiler_flags.cmake | 93 -Wno-sometimes-uninitialized
|
/Zephyr-latest/doc/kernel/usermode/ |
D | kernelobjects.rst | 200 in an uninitialized state. The appropriate init function for the object must 214 thread, otherwise the kernel will consider the object uninitialized if accessed
|
D | syscalls.rst | 288 uninitialized. This is useful for verifiers of object init functions. 292 uninitialized. This is not used very often, currently only for
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | mailboxes.rst | 161 when sending an empty message. Leave this field uninitialized when 166 to allow any thread to receive the message. Leave this field uninitialized 172 to receive a message sent by any thread. Leave this field uninitialized
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | index.rst | 64 of the thread's stack is typically left uninitialized. 484 * The child thread and stack objects must be in an uninitialized state, 531 mark the thread and stack objects as uninitialized so that they may be re-used.
|
/Zephyr-latest/doc/kernel/services/ |
D | polling.rst | 135 // tags are left uninitialized if unused
|
/Zephyr-latest/scripts/ |
D | spelling.txt | 1637 unintialized||uninitialized 1638 unitialized||uninitialized
|
/Zephyr-latest/doc/security/ |
D | secure-coding.rst | 213 covers uninitialized data access, race conditions, use-after-free, type confusion,
|
D | vulnerabilities.rst | 322 uninitialized stack memory. This could result in a crash, denial of
|
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/doc/ |
D | index.rst | 239 Info : Altera USB-Blaster II (uninitialized) found
|
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | ipc_service_icbmsg.rst | 296 Blocks can be left uninitialized.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.6.rst | 372 references uninitialized pointer
|
D | release-notes-1.9.rst | 319 * ``ZEP-2397`` - net_if_ipv6_addr_rm calls k_delayed_work_cancel() on uninitialized k_delayed_work …
|
D | release-notes-3.0.rst | 904 * :github:`42397` - Direction finding nrf5340: uninitialized memory is passed to the callback 914 * :github:`42323` - lwm2m_engine: Error when enabling debug log because of uninitialized variable '… 1024 * :github:`41482` - kernel: Dummy thread should not have an uninitialized resource pool
|
D | release-notes-2.4.rst | 888 * drivers: Fixed uninitialized spi_cfg in spi_fujitsu_fram sample. 1022 * :github:`28139` - tests: benchmarks: data_structure_perf: rbtree_perf: uninitialized root struct 1107 * :github:`27718` - Updatehub might dereference an uninitialized pointer 1630 * :github:`24224` - Possible uninitialized variable in zephyr\subsys\logging\log_msg.c 1785 * :github:`19670` - samples/drivers/spi_fujitsu_fram crashs due to uninitialized variables
|
D | release-notes-2.1.rst | 635 * :github:`20030` - stm32 can: zcan\_frame from fifo uninitialized 675 * :github:`19722` - Settings: settings\_file\_save\_priv() use of uninitialized variable
|
D | release-notes-1.7.rst | 297 … - function l2cap_br_conn_req in /subsys/bluetooth/host/l2cap_br.c references uninitialized pointer
|
D | release-notes-2.3.rst | 818 * :github:`25489` - drivers: modem_cmd_handler: uninitialized variable used 1078 * :github:`23986` - Possible use of uninitialized variable in subsys/net/ip/utils.c
|
D | release-notes-1.12.rst | 584 * :github:`7128` - msp uninitialized on reset leading to usage fault for non-XIP targets
|
D | release-notes-2.7.rst | 1356 * :github:`37856` - tests: arm: uninitialized FPSCR 1538 * :github:`36865` - k_work_q seems to check uninitialized flag on start
|
D | release-notes-3.7.rst | 621 * Fixed uninitialized value in kb1200 driver found in static analysis.
|
/Zephyr-latest/doc/contribute/ |
D | guidelines.rst | 610 overflows, integer overflows, uninitialized variables, and many more.
|
12