diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-03-31 11:57:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-03-31 11:57:56 -0400 |
commit | c0441cca8b483882f5676b98081f0fe4b52d3ae1 (patch) | |
tree | 0f6234deb72feb4de4c80ecbf4b0f0b0e89269f7 /changes | |
parent | 4ebad0d947cbb74b674468e6601894468629f814 (diff) | |
parent | 3118af2d5fca7999a94d73690d83463ddacf9acb (diff) | |
download | tor-c0441cca8b483882f5676b98081f0fe4b52d3ae1.tar.gz tor-c0441cca8b483882f5676b98081f0fe4b52d3ae1.zip |
Merge branch 'bug8787_squashed'
Diffstat (limited to 'changes')
-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. |