Lines Matching refs:uninitialized
25 is a dynamic checker that detects and warns about some uses of uninitialized
64 warning for the upper 16 bits (if they're uninitialized).
95 Debugging" / "kmemcheck: trap use of uninitialized memory"). Here follows
109 detecting the first use of uninitialized memory.
154 are initialized, uninitialized, etc. and will be displayed when an
236 WARNING: kmemcheck: Caught 32-bit read from uninitialized memory (ffff88003e4a2024)
299 "from" argument which contained some uninitialized bytes. Following the chain
468 But just which fields of the struct were uninitialized? Let's look at
471 WARNING: kmemcheck: Caught 32-bit read from uninitialized memory (ffff88003e4a2024)
485 u - uninitialized
492 uninitialized memory was located, we have to look at the disassembly. For
528 that the uninitialized value was encountered at 4 * (0xc - 0x9) = 12 bytes
603 between two struct fields that is uninitialized, and this gets reported when
607 Normally, kmemcheck will not report uninitialized accesses in memcpy() calls
739 uninitialized.
741 2. Tell kmemcheck which parts of memory should be marked uninitialized.