Add NUL termination to btfile content to avoid that strlcpy(3) reads
authorbluhm <bluhm@openbsd.org>
Tue, 21 Sep 2021 21:33:35 +0000 (21:33 +0000)
committerbluhm <bluhm@openbsd.org>
Tue, 21 Sep 2021 21:33:35 +0000 (21:33 +0000)
commitaa1e5e8822b5557a4f4f3cd9eb4cb6ce9f322860
treed88029fb5da1cc74f8ca127497a6b686a32931c0
parent0c81b1b46d191072c881c377b938f72043a1cb93
Add NUL termination to btfile content to avoid that strlcpy(3) reads
too much in btrace(8).
OK mpi@ deraadt@
usr.sbin/btrace/btrace.c