diff src/ChangeLog @ 98089:4ea0f5996bd5

(Fcall_process): Don't hold references to string data across garbage collection. Move initialisation of new_argv down to avoid compiler bug.
author Andreas Schwab <schwab@suse.de>
date Sun, 07 Sep 2008 20:35:14 +0000
parents 5b7423557e65
children e482d82aeb73
line wrap: on
line diff
--- a/src/ChangeLog	Sun Sep 07 20:34:05 2008 +0000
+++ b/src/ChangeLog	Sun Sep 07 20:35:14 2008 +0000
@@ -1,3 +1,9 @@
+2008-09-07  Andreas Schwab  <schwab@suse.de>
+
+	* callproc.c (Fcall_process): Don't hold references to string data
+	across garbage collection.  Move initialisation of new_argv down
+	to avoid compiler bug.
+
 2008-09-07  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
 
 	* process.c (Fsystem_process_attributes): Doc fix.