Searched refs:uninitialized (Results 1 – 25 of 26) sorted by relevance
12
| /Linux-v5.15/security/ |
| D | Kconfig.hardening | 43 uninitialized variables. The selected class of variable will be 51 classes of uninitialized stack variable exploits 61 uninitialized stack variable exploits and information 74 of uninitialized stack variable exploits and information 92 of uninitialized stack variable exploits and information 106 all classes of uninitialized stack variable exploits and 108 having been left uninitialized. 111 related to uninitialized locals, e.g. pointers receive 124 classes of uninitialized stack variable exploits and 126 about having been left uninitialized. [all …]
|
| /Linux-v5.15/drivers/macintosh/ |
| D | via-pmu.c | 124 uninitialized = 0, enumerator 291 if (pmu_state != uninitialized) in find_via_pmu() 383 pmu_state = uninitialized; in find_via_pmu() 403 pmu_state = uninitialized; in find_via_pmu() 414 return pmu_state == uninitialized ? -ENODEV : 0; in pmu_probe() 419 return pmu_state == uninitialized ? -ENODEV : 0; in pmu_init() 434 if (pmu_state == uninitialized) in via_pmu_start() 514 if (pmu_state == uninitialized) in via_pmu_dev_init() 987 if (pmu_state == uninitialized || !pmu_fully_inited) { in pmu_send_request() 1081 if (pmu_state == uninitialized || !pmu_fully_inited || !pmu_has_adb) in pmu_adb_autopoll() [all …]
|
| /Linux-v5.15/scripts/coccinelle/misc/ |
| D | uninitialized_var.cocci | 7 /// For any compiler warnings about uninitialized variables, just add 11 /// is uninitialized, either simply initialize the variable or make compiler
|
| /Linux-v5.15/Documentation/filesystems/ |
| D | hfsplus.rst | 23 that have uninitialized permissions structures. 28 that have uninitialized permissions structures.
|
| D | dax.rst | 219 exposure of uninitialized data through mmap.
|
| D | proc.rst | 425 with the memory region, as the case would be with BSS (uninitialized data).
|
| /Linux-v5.15/drivers/staging/greybus/tools/ |
| D | Makefile | 11 -Wmaybe-uninitialized \
|
| /Linux-v5.15/arch/parisc/math-emu/ |
| D | Makefile | 8 -Wno-uninitialized -Wno-strict-prototypes -Wno-return-type \
|
| /Linux-v5.15/tools/virtio/ |
| D | Makefile | 7 CFLAGS += -g -O2 -Werror -Wno-maybe-uninitialized -Wall -I. -I../include/ -I ../../usr/include/ -Wn…
|
| /Linux-v5.15/tools/testing/selftests/powerpc/tm/ |
| D | Makefile | 24 $(OUTPUT)/tm-unavailable: CFLAGS += -O0 -pthread -m64 -Wno-error=uninitialized -mvsx
|
| /Linux-v5.15/scripts/ |
| D | Makefile.extrawarn | 68 KBUILD_CFLAGS += $(call cc-option, -Wmaybe-uninitialized)
|
| D | spelling.txt | 1524 unintialized||uninitialized 1525 unitialized||uninitialized
|
| /Linux-v5.15/Documentation/filesystems/ext4/ |
| D | ifork.rst | 153 the extent is uninitialized and the actual extent length is ``ee_len`` - 155 blocks, and the maximum length of an uninitialized extent is 32767.
|
| D | super.rst | 591 - “Lazy BG”. Not in Linux kernel, seems to have been for uninitialized 693 this is useful for lazy formatting with uninitialized groups
|
| /Linux-v5.15/Documentation/ABI/testing/ |
| D | sysfs-fs-ext4 | 105 out in preference to creating a new uninitialized
|
| /Linux-v5.15/Documentation/driver-api/nvdimm/ |
| D | btt.rst | 140 operation, with 00 indicating an uninitialized state.
|
| /Linux-v5.15/Documentation/core-api/ |
| D | debug-objects.rst | 15 - Activation of uninitialized objects
|
| /Linux-v5.15/Documentation/admin-guide/ |
| D | ext4.rst | 342 Do not initialize any uninitialized inode table blocks in the 373 dioread_nolock option is specified ext4 will allocate uninitialized
|
| D | md.rst | 172 Then uninitialized devices can be added with ADD_NEW_DISK. The 176 Once started with RUN_ARRAY, uninitialized spares can be added with
|
| /Linux-v5.15/Documentation/security/ |
| D | self-protection.rst | 308 free. This frustrates many uninitialized variable attacks, stack content
|
| /Linux-v5.15/ |
| D | Makefile | 1008 KBUILD_CFLAGS += -Wno-maybe-uninitialized
|
| /Linux-v5.15/Documentation/driver-api/ |
| D | mtdnand.rst | 540 the fields pattern, veroffs, offs, len can be left uninitialized
|
| /Linux-v5.15/Documentation/admin-guide/sysctl/ |
| D | kernel.rst | 1314 can reveal and blocks some uninitialized stack variable attacks.
|
| /Linux-v5.15/Documentation/networking/ |
| D | filter.rst | 1479 Program that reads uninitialized register::
|
| /Linux-v5.15/init/ |
| D | Kconfig | 1995 bool "Allow mmapped anonymous memory to be uninitialized"
|
12