mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 19:08:21 +08:00
Update to FreeBSD head 2018-02-01
Git mirror commit d079ae0442af8fa3cfd6d7ede190d04e64a2c0d4. Update #3472.
This commit is contained in:
@@ -243,6 +243,7 @@ name_len(netdissect_options *ndo,
|
||||
return(-1); /* name goes past the end of the buffer */
|
||||
ND_TCHECK2(*s, 1);
|
||||
s += (*s) + 1;
|
||||
ND_TCHECK2(*s, 1);
|
||||
}
|
||||
return(PTR_DIFF(s, s0) + 1);
|
||||
|
||||
|
Reference in New Issue
Block a user