Files
u-boot/drivers
Richard Habeeb 3aba92c9dd usb: xhci: Fix double free on failure
drivers/core/device.c will call `device_free()` after xhci_register
already frees the private device data. This can cause a crash later
during the boot process, observed on aarch64 RPi4b as a synchronous
exception. All callers of xhci_register use priv_auto, so this won't
lead to memory leaks.

Signed-off-by: Richard Habeeb <richard.habeeb@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2023-07-27 03:59:38 +02:00
..
2023-07-13 11:29:40 +02:00
2023-05-21 16:54:41 +02:00
2023-02-10 07:41:39 -05:00
2023-05-02 14:23:58 -04:00
2023-06-12 14:55:33 -04:00
2023-03-02 17:45:58 -05:00
2023-07-05 11:28:55 -04:00
2023-07-13 11:29:40 +02:00
2023-01-20 12:27:24 -05:00
2023-04-21 15:16:01 +08:00
2023-07-27 03:59:38 +02:00
2023-04-26 08:43:04 -04:00
2023-04-25 15:31:28 -04:00