From 623e559f60ac77decf845034b8155fe0bfb149a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 4 Dec 2006 23:37:17 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19214 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/login/ChangeLog | 8 +++++++- lib/sl/ChangeLog | 5 +++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/appl/login/ChangeLog b/appl/login/ChangeLog index d6557743c..a33dc1284 100644 --- a/appl/login/ChangeLog +++ b/appl/login/ChangeLog @@ -1,5 +1,11 @@ -2006-10-07 Love Hörnquist Åstrand +2006-12-05 Love Hörnquist Åstrand + * limits_conf.c: Report to syslog strings that start with NUL; + prevents negative index array access. Ray Lai of OpenBSD via Björn + Sandell. + +2006-10-07 Love Hörnquist Åstrand + * Makefile.am: Add man_MANS to EXTRA_DIST 2006-09-22 Love Hörnquist Åstrand diff --git a/lib/sl/ChangeLog b/lib/sl/ChangeLog index da0dacb08..40c701205 100644 --- a/lib/sl/ChangeLog +++ b/lib/sl/ChangeLog @@ -1,3 +1,8 @@ +2006-12-05 Love Hörnquist Åstrand + + * sl.c: Use strcspn to remove \n from fgets result. Prompted by + change by Ray Lai of OpenBSD via Björn Sandell. + 2006-10-19 Love Hörnquist Åstrand * Makefile.am (ES): add roken_rename.h