From f1bdf6fb64e9e5ebc55b169ea2457237f991a59d Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 8 Aug 2006 05:55:58 +0000 Subject: [PATCH] spotted a bug... SVN revision: 24464 --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 90463e270..e320e734c 100644 --- a/TODO +++ b/TODO @@ -8,6 +8,9 @@ Some of the things (in very short form) that need to be done to E17... BUGS / FIXES ------------------------------------------------------------------------------- +* BUG: i spotted a segv (glibc abort in malloc) in the forked child that does + pam checks - the child needs to disable segv checking etc. and i should + double check desklock's memory stuff. * BUG: e_entry/editable widget is pretty borken in sizing, clipping, initial state and i think is also now causing segv's (not sure yet), but it needs a complete going over if not a rewrite. :(