buglwIP - A Lightweight TCP/IP stack - Bugs: bug #67005, Error in function...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #67005: Error in function snmp_prepare_trap_oid. Always send coldTrap-1. Version 2.2.*

Submitter:  Andrew <andi>
Submitted:  Thu 10 Apr 2025 12:00:02 PM UTC
   
 
Category:  apps Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open Planned Release:  None
lwIP version:  2.2.0

Thu 10 Apr 2025 12:00:02 PM UTC, original submission:  

Always send coldTrap-1.

file snmp_traps.c
function snmp_prepare_trap_oid
line 225 (or about)

      dest_snmp_trap_oid->id[dest_snmp_trap_oid->len++] = specific_trap + 1;

But must be
      dest_snmp_trap_oid->id[dest_snmp_trap_oid->len++] = generic_trap + 1;


Andrew <andi>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by andi (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.15-e6e5.
    Corresponding source code