Nick Mathewson пре 11 година
родитељ
комит
3118af2d5f
1 измењених фајлова са 5 додато и 0 уклоњено
  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.