]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for bug8787
authorNick Mathewson <nickm@torproject.org>
Mon, 31 Mar 2014 15:57:40 +0000 (11:57 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 31 Mar 2014 15:57:40 +0000 (11:57 -0400)
changes/bug8787 [new file with mode: 0644]

diff --git a/changes/bug8787 b/changes/bug8787
new file mode 100644 (file)
index 0000000..212844a
--- /dev/null
@@ -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.