diff --git a/ChangeLog b/ChangeLog index e380ef288..0a300c3d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2006-12-05 Love Hörnquist Åstrand + + * lib/hdb/hdb-ldap.c: Clear errno before calling the strtol + functions. From Paul Stoeber to OpenBSD by Ray Lai and Björn + Sandell. + + * lib/krb5/config_file.c: Use strcspn to remove \n from fgets + result. Prompted by change by Ray Lai of OpenBSD via Björn + Sandell. + + * kdc/string2key.c: Use strcspn to remove \n from fgets + result. Prompted by change by Ray Lai of OpenBSD via Björn + Sandell. + 2006-11-30 Love Hörnquist Åstrand * lib/krb5/krbhst.c (plugin_get_hosts): be more paranoid and pass diff --git a/appl/login/ChangeLog b/appl/login/ChangeLog index a33dc1284..2400808db 100644 --- a/appl/login/ChangeLog +++ b/appl/login/ChangeLog @@ -1,5 +1,9 @@ 2006-12-05 Love Hörnquist Åstrand + * limits_conf.c: Clear errno before calling the strtol + functions. From Paul Stoeber to OpenBSD by Ray Lai and Björn + Sandell. + * limits_conf.c: Report to syslog strings that start with NUL; prevents negative index array access. Ray Lai of OpenBSD via Björn Sandell. diff --git a/kadmin/ChangeLog b/kadmin/ChangeLog index a3bfd8af2..470d33c57 100644 --- a/kadmin/ChangeLog +++ b/kadmin/ChangeLog @@ -1,5 +1,11 @@ -2006-10-22 Love Hörnquist Åstrand +2006-12-05 Love Hörnquist Åstrand + * add-random-users.c: Use strcspn to remove \n from fgets + result. Prompted by change by Ray Lai of OpenBSD via Björn + Sandell. + +2006-10-22 Love Hörnquist Åstrand + * mod.c: Try to not leak memory. * check.c: Try to not leak memory.