From: Martin Willi Date: Fri, 6 Feb 2015 15:43:33 +0000 (+0100) Subject: stroke: Double the stroke message string buffer size X-Git-Tag: 5.3.0dr1~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6bc167c0b29286eaf83663e541773495efe7f42;p=thirdparty%2Fstrongswan.git stroke: Double the stroke message string buffer size --- diff --git a/src/stroke/stroke_msg.h b/src/stroke/stroke_msg.h index 60886cf7fe..c2b923f6db 100644 --- a/src/stroke/stroke_msg.h +++ b/src/stroke/stroke_msg.h @@ -32,7 +32,7 @@ */ #define STROKE_SOCKET IPSEC_PIDDIR "/charon.ctl" -#define STROKE_BUF_LEN 2048 +#define STROKE_BUF_LEN 4096 typedef enum list_flag_t list_flag_t;