10 char is not sufficient here. sync w/ kame
This commit is contained in:
parent
c2a20cc150
commit
670e872d62
4
crypto/dist/kame/libipsec/pfkey_dump.c
vendored
4
crypto/dist/kame/libipsec/pfkey_dump.c
vendored
@ -496,8 +496,8 @@ str_prefport(family, pref, port, ulp)
|
||||
u_int family, pref, port, ulp;
|
||||
{
|
||||
static char buf[128];
|
||||
char prefbuf[10];
|
||||
char portbuf[10];
|
||||
char prefbuf[20];
|
||||
char portbuf[20];
|
||||
int plen;
|
||||
|
||||
switch (family) {
|
||||
|
Loading…
Reference in New Issue
Block a user