packages: texlive/texlive-extramembot.patch (NEW)=?UTF-8?Q?=20?=- fix segfault in the tex...

baggins baggins at pld-linux.org
Fri Mar 9 08:21:09 CET 2012


Author: baggins                      Date: Fri Mar  9 07:21:09 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix segfault in the tex binary (RHBZ #754517)

---- Files affected:
packages/texlive:
   texlive-extramembot.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/texlive/texlive-extramembot.patch
diff -u /dev/null packages/texlive/texlive-extramembot.patch:1.1
--- /dev/null	Fri Mar  9 08:21:09 2012
+++ packages/texlive/texlive-extramembot.patch	Fri Mar  9 08:21:04 2012
@@ -0,0 +1,24 @@
+diff -up texlive-2007/texk/web2c/tex.ch.extramembot texlive-2007/texk/web2c/tex.ch
+--- texlive-2007/texk/web2c/tex.ch.extramembot	2006-12-19 02:11:11.000000000 +0100
++++ texlive-2007/texk/web2c/tex.ch	2011-11-30 12:03:32.052795763 +0100
+@@ -365,7 +365,7 @@ for i:=@'177 to @'377 do xchr[i]:=i;
+ {Initialize enc\TeX\ data.}
+ for i:=0 to 255 do mubyte_read[i]:=null;
+ for i:=0 to 255 do mubyte_write[i]:=0;
+-for i:=0 to 128 do mubyte_cswrite[i]:=null;
++for i:=0 to 127 do mubyte_cswrite[i]:=null;
+ mubyte_keep := 0; mubyte_start := false; 
+ write_noexpanding := false; cs_converting := false;
+ special_printing := false; message_printing := false;
+diff -up texlive-2007/texk/web2c/xetexdir/xetex.ch.extramembot texlive-2007/texk/web2c/xetexdir/xetex-noenc.ch
+--- texlive-2007/texk/web2c/xetexdir/xetex.ch.extramembot	2006-07-26 18:19:45.000000000 +0200
++++ texlive-2007/texk/web2c/xetexdir/xetex.ch	2011-11-30 12:03:32.053795764 +0100
+@@ -178,7 +178,7 @@ for i:=@'177 to @'377 do xchr[i]:=i;
+ {Initialize enc\TeX\ data.}
+ for i:=0 to 255 do mubyte_read[i]:=null;
+ for i:=0 to 255 do mubyte_write[i]:=0;
+-for i:=0 to 128 do mubyte_cswrite[i]:=null;
++for i:=0 to 127 do mubyte_cswrite[i]:=null;
+ mubyte_keep := 0; mubyte_start := false;
+ write_noexpanding := false; cs_converting := false;
+ special_printing := false; message_printing := false;
================================================================


More information about the pld-cvs-commit mailing list