buglwIP - A Lightweight TCP/IP stack - Bugs: bug #30300, Do not initialized the shutdown...

 
 

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

bug #30300: Do not initialized the shutdown parameter in function netconn_delete()

Submitted by:  hanhui <hanhui03>
Submitted on:  Wed 30 Jun 2010 07:18:52 AM UTC  
 
Category: NoneSeverity: 3 - Normal
Item Group: Crash ErrorStatus: Fixed
Privacy: PublicAssigned to: Simon Goldschmidt <goldsimon>
Open/Closed: ClosedPlanned Release: None
lwIP version: CVS Head

Wed 30 Jun 2010 08:33:38 AM UTC, comment #1:

Fixed, thanks for reporting (and for following and checking/testing CVS HEAD)!

Simon Goldschmidt <goldsimon>
Project AdministratorIn charge of this item.
Wed 30 Jun 2010 07:18:52 AM UTC, original submission:

lwip_close() invoke netconn_delete(),
netconn_delete() invoke do_delconn(),
do_delconn() invoke do_close_internal(),

function do_close_internal() will check the shutdown parameter in api_msg. but netconn_delete() do not set this parameter.

netconn_delete() should add :

msg.msg.msg.sd.shut = NETCONN_SHUT_RDWR;

like netconn_close_shutdown()

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 3 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Wed 30 Jun 2010 08:33:38 AM UTCgoldsimonStatusNone=>Fixed
      Assigned toNone=>goldsimon
      Open/ClosedOpen=>Closed

    Back to the top


    Powered by Savane 3.1-cleanup1