Mercurial > hg > xemacs-beta
diff lwlib/ChangeLog @ 3462:6c7605dfcf07
[xemacs-hg @ 2006-06-19 18:19:33 by james]
Fix various problems found by static checkers: use of uninitialized values,
dereferencing pointers before checking whether they are NULL, memory leaks,
and incomplete checking of return values. <m3k67gpyhk.fsf@jerrypc.cs.usu.edu>
author | james |
---|---|
date | Mon, 19 Jun 2006 18:19:38 +0000 |
parents | a1f50481569f |
children | 382b11fa8866 |
line wrap: on
line diff
--- a/lwlib/ChangeLog Mon Jun 19 18:10:19 2006 +0000 +++ b/lwlib/ChangeLog Mon Jun 19 18:19:38 2006 +0000 @@ -1,3 +1,10 @@ +2006-06-16 Jerry James <james@xemacs.org> + + * lwlib-Xlw.c (xlw_scrollbar_callback): Do not dereference + instance before checking whether it is NULL. + * xlwmenu.c (xlw_map_menu): Prevent uninitialized access to root + and waste. + 2006-05-16 Stephen J. Turnbull <stephen@xemacs.org> * XEmacs 21.5.27 "fiddleheads" is released.