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.