diff src/ChangeLog @ 48535:e2e2249bea09

Use malloc_default_zone to determine the size of pointers alloced in unexec space instead of using possibly invalid emacs_zone pointers. This fixes the binary incompatibility problems caused by updates to libSystem.B
author Steven Tamm <steventamm@mac.com>
date Sun, 24 Nov 2002 22:56:59 +0000
parents ea972f5474c9
children 718308f273ba
line wrap: on
line diff
--- a/src/ChangeLog	Sun Nov 24 19:08:21 2002 +0000
+++ b/src/ChangeLog	Sun Nov 24 22:56:59 2002 +0000
@@ -1,3 +1,10 @@
+2002-11-24  Steven Tamm  <steventamm@mac.com>
+
+	* unexmacosx.c (unexec_realloc): Use malloc_default_zone to
+	determine the size of pointers alloced in unexed space instead
+	of using possibly invalid emacs_zone pointers.  This fixes the
+	binary incompatibility problems caused by updates to libSystem.B.
+
 2002-11-24  Richard M. Stallman  <rms@gnu.org>
 
 	* search.c (Fstring_match): Doc fix.