buglwIP - A Lightweight TCP/IP stack - Bugs: bug #30728, tcp_new_port() - don't check...

 
 

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

bug #30728: tcp_new_port() - don't check listen list

Submitter:  Oleg Tyshev <olegreen>
Submitted:  Tue 10 Aug 2010 02:49:05 PM UTC
   
 
Category:  TCP Severity:  3 - Normal
Item Group:  Faulty Behaviour Status:  Fixed
Privacy:  Public Assigned to:  goldsimon
Open/Closed:  Closed Planned Release:  None
lwIP version:  CVS Head

Tue 10 Aug 2010 08:15:53 PM UTC, comment #2: 

Fixed, thanks for reporting.

Simon Goldschmidt <goldsimon>
Group administrator
Tue 10 Aug 2010 03:16:08 PM UTC, comment #1: 

Ehrm, I think I wanted to leave out checking the bound-list, since the old code didn't check it, too. However, there's no harm in checking the bound list, too, so starting with 0 should be OK.

Simon Goldschmidt <goldsimon>
Group administrator
Tue 10 Aug 2010 02:49:05 PM UTC, original submission:  

In tcp_new_port() we have comment:

/* Check all PCB lists. */
for (i = 1; i < NUM_TCP_PCB_LISTS; i++) {

Listen list is not checked, but I think should.


Oleg Tyshev <olegreen>

 

(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 goldsimon (Posted a comment)
  • -email is unavailable- added by olegreen (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.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-08-10 goldsimon StatusIn Progress Fixed
        Open/ClosedOpen Closed
    2010-08-10 goldsimon StatusNone In Progress
        Assigned toNone goldsimon
        Planned Release 1.4.0

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code