From 600a7f6f8b142b4ad77eb24d7accca89c0dde3fe Mon Sep 17 00:00:00 2001 From: Steve Price Date: Wed, 29 Dec 1999 08:15:06 +0000 Subject: Terminate buffer so we don't print garbage. PR: 12761 Submitted by: Aaron Smith --- sysutils/stat/files/patch-aa | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sysutils/stat/files/patch-aa diff --git a/sysutils/stat/files/patch-aa b/sysutils/stat/files/patch-aa new file mode 100644 index 000000000000..9d00b5b326a5 --- /dev/null +++ b/sysutils/stat/files/patch-aa @@ -0,0 +1,6 @@ +--- stat.fmt.c.orig Tue Dec 28 12:14:24 1999 ++++ stat.fmt.c Tue Dec 28 12:15:20 1999 +@@ -502,2 +502,3 @@ + } ++ *bufp++ = '\0'; + } -- cgit v1.2.3