diff options
author | Oliver Neukum <[email protected]> | 2024-06-19 15:28:03 +0200 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-06-20 07:15:17 -0700 |
commit | fba383985354e83474f95f36d7c65feb75dba19d (patch) | |
tree | aa089db94c12b7ca88f73dd6f94455e154a3b8f2 /lib/test_fortify/write_overflow-strncpy-src.c | |
parent | 48dea8f7bb011608fd969749a1980f8311ef45f2 (diff) |
net: usb: rtl8150 fix unintiatilzed variables in rtl8150_get_link_ksettings
This functions retrieves values by passing a pointer. As the function
that retrieves them can fail before touching the pointers, the variables
must be initialized.
Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Reported-by: [email protected]
Signed-off-by: Oliver Neukum <[email protected]>
Link: https://lore.kernel.org/r/[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