diff options
author | Oliver Neukum <oneukum@suse.com> | 2024-06-19 16:28:03 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-06-20 17:15:17 +0300 |
commit | fba383985354e83474f95f36d7c65feb75dba19d (patch) | |
tree | aa089db94c12b7ca88f73dd6f94455e154a3b8f2 /tools | |
parent | 48dea8f7bb011608fd969749a1980f8311ef45f2 (diff) | |
download | linux-fba383985354e83474f95f36d7c65feb75dba19d.tar.xz |
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: syzbot+5186630949e3c55f0799@syzkaller.appspotmail.com
Signed-off-by: Oliver Neukum <oneukum@suse.com>
Link: https://lore.kernel.org/r/20240619132816.11526-1-oneukum@suse.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions