SOURCES: tcl-bug-1618411-workaround.patch (NEW) - memory address s...

arekm arekm at pld-linux.org
Mon Dec 18 22:50:39 CET 2006


Author: arekm                        Date: Mon Dec 18 21:50:39 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- memory address space randomization makes tcl to fail

---- Files affected:
SOURCES:
   tcl-bug-1618411-workaround.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/tcl-bug-1618411-workaround.patch
diff -u /dev/null SOURCES/tcl-bug-1618411-workaround.patch:1.1
--- /dev/null	Mon Dec 18 22:50:39 2006
+++ SOURCES/tcl-bug-1618411-workaround.patch	Mon Dec 18 22:50:33 2006
@@ -0,0 +1,12 @@
+diff -urN tcl8.5a5.org/unix/tclUnixInit.c tcl8.5a5/unix/tclUnixInit.c
+--- tcl8.5a5.org/unix/tclUnixInit.c	2006-09-10 19:04:07.000000000 +0200
++++ tcl8.5a5/unix/tclUnixInit.c	2006-12-18 22:48:30.984344000 +0100
+@@ -42,7 +42,7 @@
+  * stack.
+  */
+ 
+-#undef TCL_NO_STACK_CHECK
++#define TCL_NO_STACK_CHECK 1
+ 
+ /*
+  * Define this if you want to see a lot of output regarding stack checking.
================================================================


More information about the pld-cvs-commit mailing list