diff options
author | Damien Miller <djm@mindrot.org> | 2006-03-26 14:19:21 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-03-26 14:19:21 +1100 |
commit | 07d86bec5eeaf19fe33dca99c8ebcbe9a77c3938 (patch) | |
tree | 098295eee2d7ec7b116b0db3ac4b580713dd5ab0 /ChangeLog | |
parent | 7cd4579eb3c5afd22ae24436fd2611cd3aa0150a (diff) |
- djm@cvs.openbsd.org 2006/03/25 00:05:41
[auth-bsdauth.c auth-skey.c auth.c auth2-chall.c channels.c]
[clientloop.c deattack.c gss-genr.c kex.c key.c misc.c moduli.c]
[monitor.c monitor_wrap.c packet.c scard.c sftp-server.c ssh-agent.c]
[ssh-keyscan.c ssh.c sshconnect.c sshconnect2.c sshd.c uuencode.c]
[xmalloc.c xmalloc.h]
introduce xcalloc() and xasprintf() failure-checked allocations
functions and use them throughout openssh
xcalloc is particularly important because malloc(nmemb * size) is a
dangerous idiom (subject to integer overflow) and it is time for it
to die
feedback and ok deraadt@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -104,6 +104,20 @@ | |||
104 | - deraadt@cvs.openbsd.org 2006/03/20 21:11:53 | 104 | - deraadt@cvs.openbsd.org 2006/03/20 21:11:53 |
105 | [ttymodes.c] | 105 | [ttymodes.c] |
106 | spacing | 106 | spacing |
107 | - djm@cvs.openbsd.org 2006/03/25 00:05:41 | ||
108 | [auth-bsdauth.c auth-skey.c auth.c auth2-chall.c channels.c] | ||
109 | [clientloop.c deattack.c gss-genr.c kex.c key.c misc.c moduli.c] | ||
110 | [monitor.c monitor_wrap.c packet.c scard.c sftp-server.c ssh-agent.c] | ||
111 | [ssh-keyscan.c ssh.c sshconnect.c sshconnect2.c sshd.c uuencode.c] | ||
112 | [xmalloc.c xmalloc.h] | ||
113 | introduce xcalloc() and xasprintf() failure-checked allocations | ||
114 | functions and use them throughout openssh | ||
115 | |||
116 | xcalloc is particularly important because malloc(nmemb * size) is a | ||
117 | dangerous idiom (subject to integer overflow) and it is time for it | ||
118 | to die | ||
119 | |||
120 | feedback and ok deraadt@ | ||
107 | 121 | ||
108 | 20060325 | 122 | 20060325 |
109 | - OpenBSD CVS Sync | 123 | - OpenBSD CVS Sync |
@@ -4361,4 +4375,4 @@ | |||
4361 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 4375 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
4362 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 4376 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
4363 | 4377 | ||
4364 | $Id: ChangeLog,v 1.4272 2006/03/26 03:10:34 djm Exp $ | 4378 | $Id: ChangeLog,v 1.4273 2006/03/26 03:19:21 djm Exp $ |