1
0
Files
linux/net
Alexander Potapenko c28294b941 net: don't call strlen on non-terminated string in dev_set_alias()
KMSAN reported a use of uninitialized memory in dev_set_alias(),
which was caused by calling strlcpy() (which in turn called strlen())
on the user-supplied non-terminated string.

Signed-off-by: Alexander Potapenko <glider@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-06-07 12:58:45 -04:00
..
2017-04-12 22:02:40 +02:00
2017-04-13 13:58:20 -04:00
2017-06-04 22:56:55 -04:00
2017-06-01 11:49:39 -04:00
2017-04-06 11:10:41 +01:00
2017-04-06 12:43:04 -07:00