lwIP - A Lightweight TCP/IP stack - Tasks: task #12357, Ensure that malicious packets...
You are not allowed to post comments on this tracker with your current authentication level.
task #12357: Ensure that malicious packets don't assert-fail
| Submitter: | Simon Goldschmidt <goldsimon> | ||
| Submitted: | Thu 20 Dec 2012 07:41:44 AM UTC | ||
| Category: | None | Should Start On: | Thu 20 Dec 2012 12:00:00 AM UTC |
| Should be Finished on: | Thu 20 Dec 2012 12:00:00 AM UTC | Priority: | 5 - Normal |
| Status: | Done | Privacy: | Public |
| Percent Complete: | 100% | Assigned to: | goldsimon |
| Open/Closed: | Closed | Planned Release: | None |
| Effort: | 0.00 | ||
|
Wed 25 Feb 2015 10:01:05 PM UTC, comment #2: |
Simon Goldschmidt <goldsimon> |
|
Fri 18 Oct 2013 03:02:08 PM UTC, comment #1: DHCP options parsing (dhcp_parse_reply() in dhcp.c) uses LWIP_ERROR assertions to check each option length retrieved from the packet.
|
Florent Matignon <fmatignon> |
|
Thu 20 Dec 2012 07:41:44 AM UTC, original submission:
Checks on incoming packets shouldn't assert but just drop the packets. |
Simon Goldschmidt <goldsimon> |
No files currently attached
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.
Follow 4 latest changes.
| Date | Changed by | Updated Field | Previous Value | => | Replaced by |
|---|---|---|---|---|---|
| 2015-02-25 | goldsimon | Status | None | Done | |
| Percent Complete | 0% | 100% | |||
| Assigned to | None | goldsimon | |||
| Open/Closed | Open | Closed |
Powered by Savane 3.12.
Corresponding source code

Should be good now.