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

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