From a14e1356d9277a9a5000d6966666cd6460dfafa2 Mon Sep 17 00:00:00 2001 From: NADAL Jean-Baptiste Date: Tue, 16 Apr 2019 18:02:45 +0200 Subject: [PATCH] mountd: Fix compilation error --- src/3P/mountd/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/3P/mountd/mount.c b/src/3P/mountd/mount.c index 1d581ea2..38ccb8e6 100644 --- a/src/3P/mountd/mount.c +++ b/src/3P/mountd/mount.c @@ -394,7 +394,7 @@ static char* mount_get_serial(char *dev) { int id; struct stat buf; - char tmp3[64]; + char tmp3[286]; int ret; *t = 0; id = atoi(namelist[n]->d_name);