lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #23835] Bug in PPP.(Using sys_msleep() in pppOverSeria


From: Alexander Drozd
Subject: [lwip-devel] [bug #23835] Bug in PPP.(Using sys_msleep() in pppOverSerialOpen())
Date: Sun, 13 Jul 2008 12:31:26 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)

URL:
  <http://savannah.nongnu.org/bugs/?23835>

                 Summary: Bug in PPP.(Using sys_msleep() in
pppOverSerialOpen())
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: alx_d
            Submitted on: Воскресенье 13.07.2008 at 12:31
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: 
            lwIP version: CVS Head

    _______________________________________________________

Details:

Function pppOverSerialOpen() uses function sys_msleep(..) , but function
sys_msleep() uses sys_sem_wait_timeout () that in turn  uses sys_timeout (). 
The bug consists in that the thread calling function pppOverSerialOpen with
linkStatusCB ==0 (callback not used), is not thread lwIP and does not contain
timeouts(changelog 2007-05-22 Frйdйric Bernon). It is true for functions
pppOverSerialOpen(), pppOverEthernetOpen(), pppClose().





    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?23835>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]