Module Name: src
Committed By: christos
Date: Wed Oct 9 23:24:00 UTC 2019
Modified Files:
src/lib/libc/citrus: citrus_iconv.c
Log Message:
bump size
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/citrus/citrus_iconv.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/citrus/citrus_iconv.c
diff -u src/lib/libc/citrus/citrus_iconv.c:1.10 src/lib/libc/citrus/citrus_iconv.c:1.11
--- src/lib/libc/citrus/citrus_iconv.c:1.10 Sat Nov 19 13:34:21 2011
+++ src/lib/libc/citrus/citrus_iconv.c Wed Oct 9 19:24:00 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: citrus_iconv.c,v 1.10 2011/11/19 18:34:21 tnozaki Exp $ */
+/* $NetBSD: citrus_iconv.c,v 1.11 2019/10/09 23:24:00 christos Exp $ */
/*-
* Copyright (c)2003 Citrus Project,
@@ -28,7 +28,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: citrus_iconv.c,v 1.10 2011/11/19 18:34:21 tnozaki Exp $");
+__RCSID("$NetBSD: citrus_iconv.c,v 1.11 2019/10/09 23:24:00 christos Exp $");
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"
@@ -262,7 +262,7 @@ get_shared(struct _citrus_iconv_shared *
int ret = 0;
int hashval;
struct _citrus_iconv_shared * ci;
- char convname[PATH_MAX];
+ char convname[2 * PATH_MAX];
snprintf(convname, sizeof(convname), "%s/%s", src, dst);