Blame SOURCES/net-snmp-5.7.2-max-msg-size.patch

9a6c41
diff -Npru old/agent/mibgroup/agentx/protocol.c new/agent/mibgroup/agentx/protocol.c
9a6c41
--- old/agent/mibgroup/agentx/protocol.c	2012-10-10 00:28:58.000000000 +0200
9a6c41
+++ new/agent/mibgroup/agentx/protocol.c	2017-01-16 10:05:24.419201871 +0100
9a6c41
@@ -1550,7 +1550,7 @@ agentx_parse(netsnmp_session * session,
9a6c41
              size_t len)
9a6c41
 {
9a6c41
     register u_char *bufp = data;
9a6c41
-    u_char          buffer[SNMP_MAX_MSG_SIZE];
9a6c41
+    u_char          buffer[65535];
9a6c41
     oid             oid_buffer[MAX_OID_LEN], end_oid_buf[MAX_OID_LEN];
9a6c41
     size_t          buf_len = sizeof(buffer);
9a6c41
     size_t          oid_buf_len = MAX_OID_LEN;