HomeFreeBSD

Use strncpy() instead of strlcpy() when copying members of
rS165534Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

Use strncpy() instead of strlcpy() when copying members of
a `struct ar_hdr'. These members do not use NUL-termination
while strlcpy() expects its source buffer to be NUL-terminated.

Details

Provenance
jkoshyAuthored on
Parents
rS165533: - add ranged shootdowns when fewer than 64 mappings are being invalidated
Branches
Unknown
Tags
Unknown

Event Timeline