You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/libtar/files/libtar-1.2.11-fortify.patch

12 lines
246 B

--- lib/encode.c
+++ lib/encode.c
@@ -30,7 +30,7 @@
int i, sum = 0;
if (t->options & TAR_GNU)
- strncpy(t->th_buf.magic, "ustar ", 8);
+ strncpy(t->th_buf.magic, "ustar", 6);
else
{
strncpy(t->th_buf.version, TVERSION, TVERSLEN);