summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-11-11 09:03:32 +1100
committerDamien Miller <djm@mindrot.org>2000-11-11 09:03:32 +1100
commit9f4f7552ee994634cc79a6f90ae4e9347f536cec (patch)
tree8323e9e1da25a5267527103c579c682bb24c81fd /ChangeLog
parent29abb1b6a91dbda9bd7f6b9d4ae8ff4164d2f2d1 (diff)
- (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
promoted to type int. Report and fix from Dan Astoorian <djast@cs.toronto.edu>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d25eebb6..07abae0ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
2 - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and 2 - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
3 packaging files 3 packaging files
4 - (djm) Fix new Makefile.in warnings 4 - (djm) Fix new Makefile.in warnings
5 - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
6 promoted to type int. Report and fix from Dan Astoorian
7 <djast@cs.toronto.edu>
5 8
620001110 920001110
7 - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c 10 - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c