Make the assert related to 15083 a tiny bit more tolerant
[tor.git] / changes / bug15083
blob2bd0715dfc81332416781a7690cb460ca4ce899e
1   o Major bugfixes (relay, stability):
2     - Fix a bug that could lead to a relay crashing with an assertion
3       failure if a buffer of exactly the wrong layout was passed
4       to buf_pullup() at exactly the wrong time. Fixes bug 15083;
5       bugfix on 0.2.0.10-alpha. Patch from 'cypherpunks'.
7     - Do not assert if the 'data' pointer on a buffer is advanced to the very
8       end of the buffer; log a BUG message instead.  Only assert if it is
9       past that point. Fixes bug 15083; bugfix on 0.2.0.10-alpha.