Adjust changes header

This commit is contained in:
Nick Mathewson 2015-03-09 11:07:50 -04:00
parent 81a994ce77
commit addffcc14d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
o Major bugfixes (relay, stability):
o Major bugfixes (relay, stability, possible security):
- Fix a bug that could lead to a relay crashing with an assertion
failure if a buffer of exactly the wrong layout was passed
to buf_pullup() at exactly the wrong time. Fixes bug 15083;