aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorBrett Creeley <[email protected]>2025-04-21 17:46:04 +0000
committerJakub Kicinski <[email protected]>2025-04-24 01:50:17 +0000
commit2567daad69cd1107fc0ec29b1615f110d7cf7385 (patch)
tree32bae68f7195ce418e9f1fafda39667e1a69f20d /net/unix/af_unix.c
parentpds_core: Prevent possible adminq overflow/stuck condition (diff)
downloadkernel-2567daad69cd1107fc0ec29b1615f110d7cf7385.tar.gz
kernel-2567daad69cd1107fc0ec29b1615f110d7cf7385.zip
pds_core: handle unsupported PDS_CORE_CMD_FW_CONTROL result
If the FW doesn't support the PDS_CORE_CMD_FW_CONTROL command the driver might at the least print garbage and at the worst crash when the user runs the "devlink dev info" devlink command. This happens because the stack variable fw_list is not 0 initialized which results in fw_list.num_fw_slots being a garbage value from the stack. Then the driver tries to access fw_list.fw_names[i] with i >= ARRAY_SIZE and runs off the end of the array. Fix this by initializing the fw_list and by not failing completely if the devcmd fails because other useful information is printed via devlink dev info even if the devcmd fails. Fixes: 45d76f492938 ("pds_core: set up device and adminq") Signed-off-by: Brett Creeley <[email protected]> Reviewed-by: Simon Horman <[email protected]> Signed-off-by: Shannon Nelson <[email protected]> Reviewed-by: Jacob Keller <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions