Correctly handle the case where copystr(9) is given a string longer than
authorandrew <andrew@FreeBSD.org>
Tue, 2 Feb 2016 10:11:56 +0000 (10:11 +0000)
committerandrew <andrew@FreeBSD.org>
Tue, 2 Feb 2016 10:11:56 +0000 (10:11 +0000)
commit86ce64705e75081226b33569e8335f94947a0514
tree82497bbd25cb2b6b54065d80c11416fca4b1d785
parentd381a76dda3865495a367b4103581a44fb6ec986
Correctly handle the case where copystr(9) is given a string longer than
the passed in length. In this case we need to return ENAMETOOLONG.
sys/arm64/arm64/copystr.c