commit 3118af2d5fca7999a94d73690d83463ddacf9acb Author: Nick Mathewson nickm@torproject.org Date: Mon Mar 31 11:57:40 2014 -0400
changes file for bug8787 --- changes/bug8787 | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/changes/bug8787 b/changes/bug8787 new file mode 100644 index 0000000..212844a --- /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.
tor-commits@lists.torproject.org