summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-04-25 11:13:25 -0400
committerNick Mathewson <nickm@torproject.org>2014-04-25 11:13:25 -0400
commit67703aa49e8f5fe010b35488e76b37c875481e7c (patch)
tree794623fc1a340451d8cd03d218802b1a6f2c4e8f /changes
parent8727eb9e75b20bbdafc06ef6755f7fdd864ad726 (diff)
downloadtor-67703aa49e8f5fe010b35488e76b37c875481e7c.tar.gz
tor-67703aa49e8f5fe010b35488e76b37c875481e7c.zip
Integrate another entry to the changelog; twiddle changelog more
Work on style, add some sentences to blurb, explain that 10468 is more general than had been described, etc etc
Diffstat (limited to 'changes')
-rw-r--r--changes/bug87939
1 files changed, 0 insertions, 9 deletions
diff --git a/changes/bug8793 b/changes/bug8793
deleted file mode 100644
index f22c474035..0000000000
--- a/changes/bug8793
+++ /dev/null
@@ -1,9 +0,0 @@
- o Minor bugfixes:
- - Fix numerous warnings from the clang "scan-build" static analyzer.
- Some of these are programming style issues; some of them are false
- positives that indicated awkward code; some are undefined behavior
- cases related to constructing (but not using) invalid pointers;
- some are assumptions about API behavior; some are using
- sizeof(ptr) when sizeof(*ptr) would be correct; and one or two are
- genuine bugs that weren't reachable from the rest of the
- program. Fixes bug 8793; bugfixes on many, many tor versions.