Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 4404:80e07b006f9c
Prevent access to uninitialized variables in x_init_device.
2008-01-18 Jerry James <james@xemacs.org>
* device-x.c (x_init_device): Don't write to path or read from
format when neither has been initialized.
author | Jerry James <james@xemacs.org> |
---|---|
date | Fri, 18 Jan 2008 16:12:31 -0700 |
parents | 479443c0f95a |
children | 5998e37dc35e |
line wrap: on
line diff
--- a/src/ChangeLog Thu Jan 17 21:02:42 2008 -0500 +++ b/src/ChangeLog Fri Jan 18 16:12:31 2008 -0700 @@ -1,3 +1,8 @@ +2008-01-18 Jerry James <james@xemacs.org> + + * device-x.c (x_init_device): Don't write to path or read from + format when neither has been initialized. + 2008-01-16 Aidan Kehoe <kehoea@parhasard.net> * elhash.c (internal_hash):