lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #54197] ip4_frag.c, 680: extra check


From: Andrey Vinogradov
Subject: [lwip-devel] [bug #54197] ip4_frag.c, 680: extra check
Date: Wed, 27 Jun 2018 13:10:43 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3472.3 Safari/537.36

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

                 Summary: ip4_frag.c, 680: extra check
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: andreyvinogradov
            Submitted on: Ср. 27 июня 2018 17:10:41
                Category: IPv4
                Severity: 3 - Normal
              Item Group: Compiler Warning
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None
            lwIP version: git head

    _______________________________________________________

Details:

line 580:

    if (ipr == NULL) {
      goto nullreturn;
    }

line 680:

  if ((ipr != NULL) && (ipr->p == NULL)) {
...
}




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Сообщение отправлено по Savannah
  https://savannah.nongnu.org/




reply via email to

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