aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-03-31 11:57:56 -0400
committerNick Mathewson <nickm@torproject.org>2014-03-31 11:57:56 -0400
commitc0441cca8b483882f5676b98081f0fe4b52d3ae1 (patch)
tree0f6234deb72feb4de4c80ecbf4b0f0b0e89269f7 /changes
parent4ebad0d947cbb74b674468e6601894468629f814 (diff)
parent3118af2d5fca7999a94d73690d83463ddacf9acb (diff)
downloadtor-c0441cca8b483882f5676b98081f0fe4b52d3ae1.tar
tor-c0441cca8b483882f5676b98081f0fe4b52d3ae1.tar.gz
Merge branch 'bug8787_squashed'
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.