diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-06-19 12:38:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-06-19 12:38:15 -0400 |
commit | 1160ac1283a076acc6c660827ebeb84a111f27cc (patch) | |
tree | 1a54214bf09d05c9285445aed38f8238bb0b9d0e /changes | |
parent | 58e6a6aaebc32683f041925351d8a8101c86abda (diff) | |
download | tor-1160ac1283a076acc6c660827ebeb84a111f27cc.tar.gz tor-1160ac1283a076acc6c660827ebeb84a111f27cc.zip |
Changes file for 19063; use the BUG macro
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug19063 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug19063 b/changes/bug19063 new file mode 100644 index 0000000000..10020098bc --- /dev/null +++ b/changes/bug19063 @@ -0,0 +1,4 @@ + o Minor features (code safety): + - In our integer-parsing functions, check that the maxiumum + value given is no smaller than the minimum value. Closes ticket + 19063; patch from U+039b. |