[PATCH 0/1] Patch for snmp_agent.c

2025-02-28 Thread Michael Schmidt via Net-snmp-coders
Greetings net-snmp-devs, this patch fixes an issue in the latest net-snmp version which inhibits the proper incrementation of snmpInTotalSetVars. (Issue: Net-SNMP V5.9.x: No increment of snmpInTotalSetVars #429) It implements a temporary variable 'command' which is used to save the value of th

[PATCH 1/1] snmp_agent: Fixes incrementation of snmpInTotalSetVars

2025-02-28 Thread Michael Schmidt via Net-snmp-coders
From: scmi Implements a temporary variable 'command' which saves the value of the command-pointer before modifications for a later value check. Signed-off-by: Michael Schmidt --- agent/snmp_agent.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/agent/snmp_agent.c b/age