|
From: | Simon Goldschmidt |
Subject: | [lwip-devel] [bug #34112] Odd check in pbuf_alloced_custom (typo?) |
Date: | Wed, 24 Aug 2011 09:11:09 +0000 |
User-agent: | Mozilla/5.0 (Windows NT 5.1; rv:6.0) Gecko/20100101 Firefox/6.0 |
URL: <http://savannah.nongnu.org/bugs/?34112> Summary: Odd check in pbuf_alloced_custom (typo?) Project: lwIP - A Lightweight TCP/IP stack Submitted by: goldsimon Submitted on: Mi 24 Aug 2011 09:11:08 GMT Category: pbufs 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: pbuf_alloced_custom(): should if (LWIP_MEM_ALIGN_SIZE(offset) + length < payload_mem_len) be if (LWIP_MEM_ALIGN_SIZE(offset) + length > payload_mem_len) instead??? _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/bugs/?34112> _______________________________________________ Nachricht geschickt von/durch Savannah http://savannah.nongnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |