diff options
author | Damien Miller <djm@mindrot.org> | 2013-05-16 11:10:17 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-05-16 11:10:17 +1000 |
commit | 6aa3eacc5e5f39702b6dd5b27970d9fd97bc2383 (patch) | |
tree | 6395bdbf691b681dbbd4e952d72a523d5c230283 /ChangeLog | |
parent | c54e3e0741a27119b3badd8ff92b1988b7e9bd50 (diff) |
- (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be
executed if mktemp failed; bz#2105 ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ | |||
1 | 20130516 | ||
2 | - (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be | ||
3 | executed if mktemp failed; bz#2105 ok dtucker@ | ||
4 | |||
1 | 20130510 | 5 | 20130510 |
2 | - (dtucker) [configure.ac] Enable -Wsizeof-pointer-memaccess if the compiler | 6 | - (dtucker) [configure.ac] Enable -Wsizeof-pointer-memaccess if the compiler |
3 | supports it. Mentioned by Colin Watson in bz#2100, ok djm. | 7 | supports it. Mentioned by Colin Watson in bz#2100, ok djm. |