diff options
author | Michal Kubiak <[email protected]> | 2024-08-06 15:09:21 -0700 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-08-07 20:26:55 -0700 |
commit | 3cc88e8405b8d55e0ff035e31971aadd6baee2b6 (patch) | |
tree | 84df5bef1fae22c416db87a6d82b190f623930db /lib/test_fortify/write_overflow-strncpy-src.c | |
parent | f01032a2ca099ec8d619aaa916c3762aa62495df (diff) |
idpf: fix memleak in vport interrupt configuration
The initialization of vport interrupt consists of two functions:
1) idpf_vport_intr_init() where a generic configuration is done
2) idpf_vport_intr_req_irq() where the irq for each q_vector is
requested.
The first function used to create a base name for each interrupt using
"kasprintf()" call. Unfortunately, although that call allocated memory
for a text buffer, that memory was never released.
Fix this by removing creating the interrupt base name in 1).
Instead, always create a full interrupt name in the function 2), because
there is no need to create a base name separately, considering that the
function 2) is never called out of idpf_vport_intr_init() context.
Fixes: d4d558718266 ("idpf: initialize interrupts and enable vport")
Cc: [email protected] # 6.7
Signed-off-by: Michal Kubiak <[email protected]>
Reviewed-by: Pavan Kumar Linga <[email protected]>
Signed-off-by: Alexander Lobakin <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Tested-by: Krishneil Singh <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-strncpy-src.c')
0 files changed, 0 insertions, 0 deletions