diff options
author | Damien Miller <djm@mindrot.org> | 2010-04-16 15:51:45 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-04-16 15:51:45 +1000 |
commit | d6fc3065dab4ee42ad728070f14c0293c55fe86b (patch) | |
tree | adcf10f8a1abef3dc73b7f1cf50361f17ec8bdbb /ChangeLog | |
parent | a45f1c03455d750bf86174ca1a2b243f1d671f55 (diff) |
- 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 @@ | |||
1 | 20100416 | 1 | 20100416 |
2 | - (djm) Release openssh-5.5p1 | 2 | - (djm) Release openssh-5.5p1 |
3 | - OpenBSD CVS Sync | ||
4 | - djm@cvs.openbsd.org 2010/03/26 03:13:17 | ||
5 | [bufaux.c] | ||
6 | allow buffer_get_int_ret/buffer_get_int64_ret to take a NULL pointer | ||
7 | argument to allow skipping past values in a buffer | ||
3 | 8 | ||
4 | 20100410 | 9 | 20100410 |
5 | - (dtucker) [configure.ac] Put the check for the existence of getaddrinfo | 10 | - (dtucker) [configure.ac] Put the check for the existence of getaddrinfo |