Browse Source

changes file for bug8787

Nick Mathewson 10 years ago
parent
commit
3118af2d5f
1 changed files with 5 additions and 0 deletions
  1. 5 0
      changes/bug8787

+ 5 - 0
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.