summaryrefslogtreecommitdiffstats
path: root/contrib/tar/src/compare.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tar/src/compare.c')
-rw-r--r--contrib/tar/src/compare.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/tar/src/compare.c b/contrib/tar/src/compare.c
index c3b9bb9..aecd6bd 100644
--- a/contrib/tar/src/compare.c
+++ b/contrib/tar/src/compare.c
@@ -19,6 +19,8 @@
with this program; if not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+/* $FreeBSD$ */
+
#include "system.h"
#if HAVE_UTIME_H
@@ -565,7 +567,7 @@ diff_archive (void)
size_t len = strlen (current_link_name);
char *linkbuf = alloca (len + 1);
- status = readlink (current_file_name, linkbuf, len + 1);
+ status = readlink (current_file_name, linkbuf, len);
if (status < 0)
{
OpenPOWER on IntegriCloud