From: Nick Mathewson Date: Mon, 31 Mar 2014 15:57:40 +0000 (-0400) Subject: changes file for bug8787 X-Git-Tag: tor-0.2.5.4-alpha~86^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3118af2d5fca7999a94d73690d83463ddacf9acb;p=thirdparty%2Ftor.git changes file for bug8787 --- diff --git a/changes/bug8787 b/changes/bug8787 new file mode 100644 index 0000000000..212844ad2e --- /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.