lwIP - A Lightweight TCP/IP stack - Patches: patch #9896, Fix incorrect check for...
You are not allowed to post comments on this tracker with your current authentication level.
patch #9896: Fix incorrect check for request->error_index not 0 in snmp_parse_inbound_frame()
Submitter: | Harrold <harrold68> | ||
Submitted: | Mon 24 Feb 2020 11:17:45 AM UTC | ||
Category: | apps | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Planned Release: | None |
Attached Files
file #48488: fix_snmp_parse_inbound_frame.patch added by harrold68 (850B - application/octet-stream)
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
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.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2020-02-24 | harrold68 | Attached File | - | ![]() |
Added fix_snmp_parse_inbound_frame.patch, #48488 |
The check within snmp_parse_inbound_frame()() for a valid error_index seems incorrect. It checks for (s32_value == 0), but s32_value is not used for parsing the error_index.
The variable s32_value was set (and checked already) just before when parsing the error_status.