Explorar o código

changes file for bug8787

Nick Mathewson %!s(int64=11) %!d(string=hai) anos
pai
achega
3118af2d5f
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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.