aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug87875
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug8787 b/changes/bug8787
new file mode 100644
index 000000000..212844ad2
--- /dev/null
+++ b/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.