diff options
Diffstat (limited to 'changes/bug15083')
-rw-r--r-- | changes/bug15083 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/changes/bug15083 b/changes/bug15083 index 98d1d0e535..2bd0715dfc 100644 --- a/changes/bug15083 +++ b/changes/bug15083 @@ -3,4 +3,8 @@ failure if a buffer of exactly the wrong layout was passed to buf_pullup() at exactly the wrong time. Fixes bug 15083; bugfix on 0.2.0.10-alpha. Patch from 'cypherpunks'. - + + - Do not assert if the 'data' pointer on a buffer is advanced to the very + end of the buffer; log a BUG message instead. Only assert if it is + past that point. Fixes bug 15083; bugfix on 0.2.0.10-alpha. + |