aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-03-31 11:57:40 -0400
committerNick Mathewson <nickm@torproject.org>2014-03-31 11:57:40 -0400
commit3118af2d5fca7999a94d73690d83463ddacf9acb (patch)
tree731180ff54b60cde2efeab4797c5925791f2f56a /changes
parent1a9b4bd28cf22e28d2c1b7b24a092d85c7c61139 (diff)
downloadtor-3118af2d5fca7999a94d73690d83463ddacf9acb.tar
tor-3118af2d5fca7999a94d73690d83463ddacf9acb.tar.gz
changes file for bug8787
Diffstat (limited to 'changes')
-rw-r--r--changes/bug87875
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug8787 b/changes/bug8787
new file mode 100644
index 000000000..212844ad2
--- /dev/null
+++ b/changes/bug8787
@@ -0,0 +1,5 @@
+ o Minor features:
+ - Always check return values for unlink, munmap, UnmapViewOfFile;
+ check strftime return values more often. In some cases all we
+ can do is report a warning, but this may help prevent deeper
+ bugs from going unnoticed. Closes ticket 8787.