aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorUdipto Goswami <[email protected]>2024-01-10 15:28:14 +0530
committerGreg Kroah-Hartman <[email protected]>2024-01-27 16:38:39 -0800
commit12783c0b9e2c7915a50d5ec829630ff2da50472c (patch)
tree5833392656f750f66a37611888fe28e5c7a77293 /tools/perf/scripts/python/export-to-postgresql.py
parent7c4650ded49e5b88929ecbbb631efb8b0838e811 (diff)
usb: core: Prevent null pointer dereference in update_port_device_state
Currently, the function update_port_device_state gets the usb_hub from udev->parent by calling usb_hub_to_struct_hub. However, in case the actconfig or the maxchild is 0, the usb_hub would be NULL and upon further accessing to get port_dev would result in null pointer dereference. Fix this by introducing an if check after the usb_hub is populated. Fixes: 83cb2604f641 ("usb: core: add sysfs entry for usb device state") Cc: [email protected] Signed-off-by: Udipto Goswami <[email protected]> Reviewed-by: Alan Stern <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions