From: Alan T. DeKok Date: Wed, 11 Dec 2019 13:51:58 +0000 (-0500) Subject: increase size of output buffer X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4ac904c93a0589bfb9db111a566b69cd3dd91cc;p=thirdparty%2Ffreeradius-server.git increase size of output buffer --- diff --git a/src/modules/proto_dhcpv4/dhcpclient.c b/src/modules/proto_dhcpv4/dhcpclient.c index 95cd9935718..8d6e62ad096 100644 --- a/src/modules/proto_dhcpv4/dhcpclient.c +++ b/src/modules/proto_dhcpv4/dhcpclient.c @@ -542,7 +542,7 @@ static int send_with_pcap(RADIUS_PACKET **reply, RADIUS_PACKET *request) static void dhcp_packet_debug(RADIUS_PACKET *packet, bool received) { fr_cursor_t cursor; - char buffer[256]; + char buffer[2048]; char src_ipaddr[INET6_ADDRSTRLEN]; char dst_ipaddr[INET6_ADDRSTRLEN];