From 81a994ce77038721df3aa2f77b783db9a52da79e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 3 Mar 2015 22:25:26 +0100 Subject: Make the assert related to 15083 a tiny bit more tolerant --- changes/bug15083 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'changes') 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. + -- cgit v1.2.3-54-g00ecf