From 6089e562ff31bff652a91f924d93dcd1fd6dbaf3 Mon Sep 17 00:00:00 2001 From: Munechika SUMIKAWA Date: Wed, 16 Apr 2003 11:21:12 +0000 Subject: [PATCH] Make character buffer more bigger. Obtained from: KAME MFC after: 1 week --- lib/libipsec/pfkey_dump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libipsec/pfkey_dump.c b/lib/libipsec/pfkey_dump.c index 2ea62463395f..bbc0502e0672 100644 --- a/lib/libipsec/pfkey_dump.c +++ b/lib/libipsec/pfkey_dump.c @@ -510,8 +510,8 @@ str_prefport(family, pref, port) u_int family, pref, port; { static char buf[128]; - char prefbuf[10]; - char portbuf[10]; + char prefbuf[20]; + char portbuf[20]; int plen; switch (family) {