buglwIP - A Lightweight TCP/IP stack - Bugs: bug #29976, some code error in do_send()

 
 

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

bug #29976: some code error in do_send()

Submitted by:  hanhui <hanhui03>
Submitted on:  Thu 27 May 2010 04:17:16 PM UTC  
 
Category: NoneSeverity: 3 - Normal
Item Group: Change RequestStatus: Fixed
Privacy: PublicAssigned to: None
Open/Closed: ClosedPlanned Release: None
lwIP version: CVS Head

Sat 12 Jun 2010 06:37:51 PM UTC, comment #1:

Fixed, thanks for reporting!

Simon Goldschmidt <goldsimon>
Project Administrator
Thu 27 May 2010 04:17:16 PM UTC, original submission:

in file api_msg.c

(1)
line 1098:
if (msg->msg.b->addr == NULL) {
should be
if (ip_addr_isany(&msg->msg.b->addr)) {

(2)
line 1103:
msg->msg.b->addr, msg->msg.b->port,
should be
&msg->msg.b->addr, msg->msg.b->port,

Best regards!

hanhui <hanhui03>

 

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -unavailable- added by goldsimon (Posted a comment)
  • -unavailable- added by hanhui03 (Submitted the item)
  •  

    Do you think this task is very important?
    If so, you can click here to add your encouragement to it.
    This task has 0 encouragements so far.

    Only logged-in users can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 2 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Sat 12 Jun 2010 06:37:51 PM UTCgoldsimonStatusNone=>Fixed
      Open/ClosedOpen=>Closed

    Back to the top


    Powered by Savane 3.1-cleanup1