lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #47789] Hazard with netif_remove sending packets


From: Ambroz Bizjak
Subject: [lwip-devel] [bug #47789] Hazard with netif_remove sending packets
Date: Tue, 26 Apr 2016 18:53:15 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.86 Safari/537.36

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

                 Summary: Hazard with netif_remove sending packets
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: abizjak
            Submitted on: Tue 26 Apr 2016 06:53:14 PM GMT
                Category: None
                Severity: 3 - Normal
              Item Group: Change Request
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: 
            lwIP version: git head

    _______________________________________________________

Details:

Hey,
I've hit an issue in my application where I call netif_remove, and my code
asserted because netif_remove tried to transmit packets, due to TCP
connections being aborted. What do you think about ensuring within lwIP that
this does nott happen? It will probably save a few applications with similar
bugs lurking, and also I don't see any valid reason why packets would need to
be sent to a netif that is being removed.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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