diff options
author | Huai-Yuan Liu <[email protected]> | 2024-06-21 16:25:45 +0800 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2024-06-26 22:45:04 -0400 |
commit | 5e0bf3e8aec2cbc51123f84b29aaacbd91fc56fa (patch) | |
tree | 9b802eecbb79f36892f0b7004c4060d8e311698c /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 14d38356ec335b97a04c00719d7b6e73b136d291 (diff) |
scsi: lpfc: Fix a possible null pointer dereference
In function lpfc_xcvr_data_show, the memory allocation with kmalloc might
fail, thereby making rdp_context a null pointer. In the following context
and functions that use this pointer, there are dereferencing operations,
leading to null pointer dereference.
To fix this issue, a null pointer check should be added. If it is null,
use scnprintf to notify the user and return len.
Fixes: 479b0917e447 ("scsi: lpfc: Create a sysfs entry called lpfc_xcvr_data for transceiver info")
Signed-off-by: Huai-Yuan Liu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Justin Tee <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions