libdpkg: Mark tar on-disk members with attribute nonstring
commit6c26447caa08c0b8400a47000cd49270b156ab23
authorGuillem Jover <guillem@debian.org>
Fri, 23 Dec 2022 03:17:18 +0000 (23 04:17 +0100)
committerGuillem Jover <guillem@debian.org>
Sat, 24 Dec 2022 18:26:50 +0000 (24 19:26 +0100)
tree87d67967db554fb455a97979d74a3bd6be9f11cb
parent0989e39aba56f4c2745324bdedf4a9d794591d3b
libdpkg: Mark tar on-disk members with attribute nonstring

These tar fields are not necessarily NUL-terminated, and marking them
as such helps the compiler analyze what's going on with such the memory
management.
lib/dpkg/macros.h
lib/dpkg/tarfn.c