commit 6b13612eef50283af8c52b160553b192eec9ed6e Author: David Goulet dgoulet@torproject.org Date: Wed Nov 16 11:28:24 2016 -0500
doc: Add change file for bug #20646
Signed-off-by: David Goulet dgoulet@torproject.org --- changes/bug20646 | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/changes/bug20646 b/changes/bug20646 new file mode 100644 index 0000000..42e319f --- /dev/null +++ b/changes/bug20646 @@ -0,0 +1,5 @@ + o Minor bugfix (util) + - When finishing writing a file to disk, if we were about to replace the + file with the temporary file created before and we fail to replace it, + remove the temporary file so it doesn't stay on disk. Closes #20646; + bugfix on tor-0.2.0.7-alpha; Patch by fk.
tor-commits@lists.torproject.org