]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Introduce add_pax_attr_binary and have add_pax_attr call it
authorStefan Berger <stefanb@us.ibm.com>
Fri, 6 May 2016 18:34:01 +0000 (14:34 -0400)
committerStefan Berger <stefanb@linux.vnet.ibm.com>
Mon, 9 Jan 2017 01:31:14 +0000 (20:31 -0500)
commitfdead7a1ff361f61d9cfb2026d11558999a088dd
tree4a544a66c7667ff61f823f60cf8051f53e0e96d3
parent8a1a72f8807b980c632338470d77edde86f446f6
Introduce add_pax_attr_binary and have add_pax_attr call it

To prepare for being able to write binary values in the PAX extended
header, introduce add_pax_attr_binary and have add_pax_attr call it
by determining the length of the string being passed.
libarchive/archive_write_set_format_pax.c