소스 검색

Adjust changes header

Nick Mathewson 10 년 전
부모
커밋
addffcc14d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      changes/bug15083

+ 1 - 1
changes/bug15083

@@ -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;