* 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:
kieranm
2007-02-28 13:45:35 +00:00
parent c52ac01fbc
commit 5ace5976a1
2 changed files with 20 additions and 1 deletions

View File

@@ -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