Make the assert related to 15083 a tiny bit more tolerant

This commit is contained in:
Nick Mathewson
2015-03-03 22:25:26 +01:00
parent 71ee53fe9b
commit 81a994ce77
2 changed files with 13 additions and 2 deletions
+5 -1
View File
@@ -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.