]> git.ipfire.org Git - thirdparty/libarchive.git/commit
ensure ar strtab is null terminated 926/head
authorEd Maste <emaste@freebsd.org>
Fri, 21 Jul 2017 10:46:17 +0000 (06:46 -0400)
committerEd Maste <emaste@freebsd.org>
Fri, 21 Jul 2017 10:47:14 +0000 (06:47 -0400)
commitf9dacbfb50d0d47ce999bd24a03e095772e676e1
treed28afc0378085d09ecfc297f54b80b5b21a903a2
parent06052e47e500ef4c8c937c4c8b987433a647cb4c
ensure ar strtab is null terminated

ar support calls strstr() on the strtab, which requres that its
arguments are null terminated.
libarchive/archive_write_set_format_ar.c