diff options
author | Damien Miller <djm@mindrot.org> | 2010-04-16 07:51:45 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-04-16 07:51:45 +0200 |
commit | d6fc3065dab4ee42ad728070f14c0293c55fe86b (patch) | |
tree | adcf10f8a1abef3dc73b7f1cf50361f17ec8bdbb /ChangeLog | |
parent | openssh-5.5p1 marker (diff) | |
download | openssh-d6fc3065dab4ee42ad728070f14c0293c55fe86b.tar.xz openssh-d6fc3065dab4ee42ad728070f14c0293c55fe86b.zip |
- OpenBSD CVS Sync
- djm@cvs.openbsd.org 2010/03/26 03:13:17
[bufaux.c]
allow buffer_get_int_ret/buffer_get_int64_ret to take a NULL pointer
argument to allow skipping past values in a buffer
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 20100416 - (djm) Release openssh-5.5p1 + - OpenBSD CVS Sync + - djm@cvs.openbsd.org 2010/03/26 03:13:17 + [bufaux.c] + allow buffer_get_int_ret/buffer_get_int64_ret to take a NULL pointer + argument to allow skipping past values in a buffer 20100410 - (dtucker) [configure.ac] Put the check for the existence of getaddrinfo |