mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 00:23:39 +08:00
* pbuf.c: Fix BUG#17645 - ensure pbuf payload pointer is not moved
outside the region of the pbuf by pbuf_header()
This commit is contained in:
@@ -38,6 +38,10 @@ HISTORY
|
||||
|
||||
++ Bug fixes:
|
||||
|
||||
2007-02-28 Kieran Mansley
|
||||
* pbuf.c: Fix BUG#17645 - ensure pbuf payload pointer is not moved
|
||||
outside the region of the pbuf by pbuf_header()
|
||||
|
||||
2007-02-28 Kieran Mansley
|
||||
* sockets.c: Fix BUG#19161 - ensure milliseconds timeout is non-zero
|
||||
when supplied timeout is also non-zero
|
||||
|
||||
Reference in New Issue
Block a user