Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 5293:63f247c5da0a
In emodules_load(), dereference f = dll_variable() once more.
We then use EXTERNAL_TO_ITEXT on it, which returns an alloca'd
string, so I delete the unneeded alloca copy statements.
Fixes error reported by Anders Odberg, confirmed in
<rfawrpfhm3l.fsf@fangorn.uio.no>.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Mon, 18 Oct 2010 23:43:03 +0900 |
parents | e4305eb6fb8c |
children | 2474dce7304e |
line wrap: on
line diff
--- a/src/ChangeLog Mon Oct 18 23:21:23 2010 +0900 +++ b/src/ChangeLog Mon Oct 18 23:43:03 2010 +0900 @@ -1,3 +1,12 @@ +2010-07-06 Stephen J. Turnbull <stephen@xemacs.org> + + * emodules.c (emodules_load): + Add one more dereference on f = dll_variable() in three places. + We then use EXTERNAL_TO_ITEXT on it, which returns an alloca'd + string, so I delete the unneeded alloca copy statements. + Fixes error reported by Anders Odberg, confirmed in + <rfawrpfhm3l.fsf@fangorn.uio.no>. + 2010-06-14 Stephen J. Turnbull <stephen@xemacs.org> * ui-byhand.c: