aboutsummaryrefslogtreecommitdiff
path: root/changes/bug4195
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-09-05 04:46:44 -0400
committerRoger Dingledine <arma@torproject.org>2012-09-05 04:46:44 -0400
commitc77d1b7bda554d80c309c1d448d32f3220537b4f (patch)
tree73d8a336adf4ea9556d9e10037671216430a3fce /changes/bug4195
parent67065c3c0675114f09b065d442407c6890c369d8 (diff)
downloadtor-c77d1b7bda554d80c309c1d448d32f3220537b4f.tar
tor-c77d1b7bda554d80c309c1d448d32f3220537b4f.tar.gz
fold in the changes files
in-progress due to various bugs i uncovered in the ipv6 config option meanings.
Diffstat (limited to 'changes/bug4195')
-rw-r--r--changes/bug41956
1 files changed, 0 insertions, 6 deletions
diff --git a/changes/bug4195 b/changes/bug4195
deleted file mode 100644
index 2e7a72487..000000000
--- a/changes/bug4195
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor features:
- - Enhance our internal sscanf replacement so that we can eliminate
- the last remaining uses of the system sscanf. (Though those uses
- of sscanf were safe, sscanf itself is generally error prone, so
- we want to eliminate when we can.) Fixes ticket 4195 and Coverity
- CID 448.