diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-03-31 11:57:40 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-03-31 11:57:40 -0400 |
commit | 3118af2d5fca7999a94d73690d83463ddacf9acb (patch) | |
tree | 731180ff54b60cde2efeab4797c5925791f2f56a | |
parent | 1a9b4bd28cf22e28d2c1b7b24a092d85c7c61139 (diff) | |
download | tor-3118af2d5fca7999a94d73690d83463ddacf9acb.tar.gz tor-3118af2d5fca7999a94d73690d83463ddacf9acb.zip |
changes file for bug8787
-rw-r--r-- | changes/bug8787 | 5 |
1 files changed, 5 insertions, 0 deletions
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. |