Mark Johnston ad22ba2b9f if: Remove unnecessary validation in the SIOCSIFNAME handler
A successful copyinstr() call guarantees that the returned string is
nul-terminated.  Furthermore, the removed check would harmlessly compare
an uninitialized byte with '\0' if the new name is shorter than
IFNAMESIZ - 1.

Reported by:	KMSAN
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
2021-05-12 12:52:06 -04:00
..
2019-10-17 21:33:01 +00:00
2019-10-17 21:33:01 +00:00
2019-12-21 21:01:03 +00:00
2021-05-03 14:38:52 +03:00
2019-07-14 03:49:48 +00:00
2019-03-09 01:12:59 +00:00
2021-01-29 21:43:20 +00:00
2020-12-29 17:35:06 +01:00
2019-07-25 22:23:34 +00:00
2020-11-20 14:45:45 +00:00
2021-04-02 07:01:20 +00:00
2020-10-16 11:22:29 +00:00
2021-05-07 22:13:31 +02:00
2021-04-10 13:48:25 +00:00
2018-06-16 19:21:09 +00:00
2021-04-27 08:04:19 +00:00
2021-02-11 16:12:29 +01:00