lwIP - A Lightweight TCP/IP stack - Bugs: bug #40177, System hangs when dealing with...
You are not allowed to post comments on this tracker with your current authentication level.
bug #40177: System hangs when dealing with corrupted packets
| Submitter: | antonio diez <antoniobwb> | ||
| Submitted: | Fri 04 Oct 2013 01:51:03 PM UTC | ||
| Category: | None | Severity: | 3 - Normal |
| Item Group: | Crash Error | Status: | Fixed |
| Privacy: | Public | Assigned to: | goldsimon |
| Open/Closed: | Closed | Planned Release: | None |
| lwIP version: | 1.3.2 | ||
|
Wed 25 Feb 2015 10:00:44 PM UTC, comment #1: |
Simon Goldschmidt <goldsimon> |
|
Fri 04 Oct 2013 01:51:03 PM UTC, original submission:
Hello,
|
antonio diez <antoniobwb> |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
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 | Item Group | None | Crash Error | |
| Status | None | Fixed | |||
| Assigned to | None | goldsimon | |||
| Open/Closed | Open | Closed |
Powered by Savane 3.12.
Corresponding source code

From reading your post (I'm not sure I fully understand it), the only problem you had was that pbuf_header() failed. You could have fixed this by not defining LWIP_ERROR to fail on error but just return the encoded error handler...
Anyway, I think I fixed this now. There were 2 places in IPv4 input where short packets could fail... Plus this report was for 1.3.2 and there have been many changes...