Files
u-boot/drivers
Bin Meng c6e8befd4b scsi: Fix the name string memory leak during scsi scan
There is a memory leak during the scsi scan process due to the
strdup'ed name string is never freed. Actually it is unnecessary
to pass a strdup'ed name string to blk_create_devicef() as we can
use the name string on the stack directly.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2025-11-11 11:54:48 -06:00
..
2025-11-07 15:34:22 -06:00
2025-10-30 12:32:12 -06:00
2025-11-10 11:30:56 -06:00
2025-10-17 08:58:10 -06:00
2025-11-07 13:01:12 -06:00
2025-08-27 15:49:59 +08:00
2025-08-25 13:28:49 -06:00
2025-08-14 10:58:46 -06:00
2025-10-14 10:42:27 +03:00
2025-11-07 15:34:22 -06:00