summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-05-16 20:22:46 +1000
committerDarren Tucker <dtucker@zip.com.au>2013-05-16 20:22:46 +1000
commit2ca51bf140ef2c2409fd220778529dc17c11d8fa (patch)
treed5e8369d537f14daa635a3faf2b4eac763e4903d /ChangeLog
parent6aa3eacc5e5f39702b6dd5b27970d9fd97bc2383 (diff)
- tedu@cvs.openbsd.org 2013/04/23 17:49:45
[misc.c] use xasprintf instead of a series of strlcats and strdup. ok djm
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 97eccf9b5..4864be92f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
120130516 120130516
2 - (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be 2 - (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be
3 executed if mktemp failed; bz#2105 ok dtucker@ 3 executed if mktemp failed; bz#2105 ok dtucker@
4 - (dtucker) OpenBSD CVS Sync
5 - tedu@cvs.openbsd.org 2013/04/23 17:49:45
6 [misc.c]
7 use xasprintf instead of a series of strlcats and strdup. ok djm
4 8
520130510 920130510
6 - (dtucker) [configure.ac] Enable -Wsizeof-pointer-memaccess if the compiler 10 - (dtucker) [configure.ac] Enable -Wsizeof-pointer-memaccess if the compiler