diff options
author | Anant Thazhemadam <anant.thazhemadam@gmail.com> | 2020-10-05 18:59:58 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-10-14 10:31:26 +0200 |
commit | d71f3fb99620532fee0d163bfb30f0cc7bcdbaee (patch) | |
tree | 153a64be6c1ff614db1f6c98b62a2e875611b648 /Kconfig | |
parent | 94c51675811267a1ccaa7f6dc336714a02e20246 (diff) | |
download | linux-stable-d71f3fb99620532fee0d163bfb30f0cc7bcdbaee.tar.gz linux-stable-d71f3fb99620532fee0d163bfb30f0cc7bcdbaee.tar.bz2 linux-stable-d71f3fb99620532fee0d163bfb30f0cc7bcdbaee.zip |
net: usb: rtl8150: set random MAC address when set_ethernet_addr() fails
commit f45a4248ea4cc13ed50618ff066849f9587226b2 upstream.
When get_registers() fails in set_ethernet_addr(),the uninitialized
value of node_id gets copied over as the address.
So, check the return value of get_registers().
If get_registers() executed successfully (i.e., it returns
sizeof(node_id)), copy over the MAC address using ether_addr_copy()
(instead of using memcpy()).
Else, if get_registers() failed instead, a randomly generated MAC
address is set as the MAC address instead.
Reported-by: syzbot+abbc768b560c84d92fd3@syzkaller.appspotmail.com
Tested-by: syzbot+abbc768b560c84d92fd3@syzkaller.appspotmail.com
Acked-by: Petko Manolov <petkan@nucleusys.com>
Signed-off-by: Anant Thazhemadam <anant.thazhemadam@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Kconfig')
0 files changed, 0 insertions, 0 deletions