lwIP - A Lightweight TCP/IP stack - Bugs: bug #40788, lwip_setsockopt_internal() crashes
You are not allowed to post comments on this tracker with your current authentication level.
bug #40788: lwip_setsockopt_internal() crashes
| Submitter: | Andreas Haas <ah11088> | ||
| Submitted: | Tue 03 Dec 2013 02:36:25 PM UTC | ||
| Category: | sockets/netconn | Severity: | 3 - Normal |
| Item Group: | Crash Error | Status: | Fixed |
| Privacy: | Public | Assigned to: | goldsimon |
| Open/Closed: | Closed | Planned Release: | None |
| lwIP version: | 1.4.1 | ||
|
Sat 17 Jan 2015 01:32:31 PM UTC, comment #1: |
Simon Goldschmidt <goldsimon> |
|
Tue 03 Dec 2013 02:36:25 PM UTC, original submission:
I’m using the lwIP (1.4.1) TCP socket interface on a board with a LPC1778 microcontroller to implement a server application.
|
Andreas Haas <ah11088> |
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-01-17 | goldsimon | Status | None | Fixed | |
| Assigned to | None | goldsimon | |||
| Open/Closed | Open | Closed | |||
| 2013-12-03 | ah11088 | Attached File | - | Added lwip_setsockopt_internal.patch, #29774 |
Powered by Savane 3.12.
Corresponding source code

Fixed for (hopefully) all cases in set/getsockopt (NULL check was missing in many places).