git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19216 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-04 23:42:50 +00:00
parent 238e717568
commit 9eb0921481
3 changed files with 25 additions and 1 deletions

View File

@@ -1,3 +1,17 @@
2006-12-05 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/hdb/hdb-ldap.c: Clear errno before calling the strtol
functions. From Paul Stoeber to OpenBSD by Ray Lai and Bj<42>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<42>rn
Sandell.
* kdc/string2key.c: Use strcspn to remove \n from fgets
result. Prompted by change by Ray Lai of OpenBSD via Bj<42>rn
Sandell.
2006-11-30 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/krbhst.c (plugin_get_hosts): be more paranoid and pass

View File

@@ -1,5 +1,9 @@
2006-12-05 Love H<>rnquist <20>strand <lha@it.su.se>
* limits_conf.c: Clear errno before calling the strtol
functions. From Paul Stoeber to OpenBSD by Ray Lai and Bj<42>rn
Sandell.
* limits_conf.c: Report to syslog strings that start with NUL;
prevents negative index array access. Ray Lai of OpenBSD via Bj<42>rn
Sandell.

View File

@@ -1,5 +1,11 @@
2006-10-22 Love H<>rnquist <20>strand <lha@it.su.se>
2006-12-05 Love H<>rnquist <20>strand <lha@it.su.se>
* add-random-users.c: Use strcspn to remove \n from fgets
result. Prompted by change by Ray Lai of OpenBSD via Bj<42>rn
Sandell.
2006-10-22 Love H<>rnquist <20>strand <lha@it.su.se>
* mod.c: Try to not leak memory.
* check.c: Try to not leak memory.