mirror of
https://github.com/torvalds/linux.git
synced 2025-11-02 01:29:02 +02:00
If the interrupt occurs before resource initialization is complete, the
interrupt handler/worker may access uninitialized data such as the I2C
tcpc_client device, potentially leading to NULL pointer dereference.
Signed-off-by: Loic Poulain <loic.poulain@oss.qualcomm.com>
Fixes:
|
||
|---|---|---|
| .. | ||
| analogix-anx78xx.c | ||
| analogix-anx78xx.h | ||
| analogix-anx6345.c | ||
| analogix-i2c-dptx.c | ||
| analogix-i2c-dptx.h | ||
| analogix-i2c-txcommon.h | ||
| analogix_dp_core.c | ||
| analogix_dp_core.h | ||
| analogix_dp_reg.c | ||
| analogix_dp_reg.h | ||
| anx7625.c | ||
| anx7625.h | ||
| Kconfig | ||
| Makefile | ||