linux/drivers/mtd/chips
Rahul Kumar 5276688688 mtd: jedec_probe: use struct_size() helper for cfiq allocation
Documentation/process/deprecated.rst recommends against performing
dynamic size calculations in the arguments of memory allocator
functions due to the risk of overflow. Such calculations can wrap
around and result in a smaller allocation than expected.

Replace the size calculation in cfiq allocation with struct_size()
helper to make the code clearer and handle overflows correctly.

Signed-off-by: Rahul Kumar <rk0006818@gmail.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
2025-09-29 18:01:43 +02:00
..
Kconfig
Makefile
cfi_cmdset_0001.c
cfi_cmdset_0002.c
cfi_cmdset_0020.c
cfi_probe.c mtd: cfi: use struct_size() helper for cfiq allocation 2025-09-29 18:01:32 +02:00
cfi_util.c
chipreg.c
fwh_lock.h
gen_probe.c
jedec_probe.c mtd: jedec_probe: use struct_size() helper for cfiq allocation 2025-09-29 18:01:43 +02:00
map_absent.c
map_ram.c
map_rom.c