X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/5540bab74ca1a39639a098d15e87daf45d83b7ec..2093fb5c:/ipaddr.c diff --git a/ipaddr.c b/ipaddr.c index 6d0b02a..d23317c 100644 --- a/ipaddr.c +++ b/ipaddr.c @@ -358,7 +358,7 @@ string_t subnet_to_string(struct subnet sn) uint8_t a,b,c,d; string_t s; - s=safe_malloc(19,"subnet_to_string"); + s=ipaddr_getbuf(); a=addr>>24; b=addr>>16; c=addr>>8;