texlive[72965] Build/source/texk/web2c/luatexdir/tex/inputstack.c:

commits+lscarso at tug.org commits+lscarso at tug.org
Mon Nov 25 10:18:37 CET 2024


Revision: 72965
          https://tug.org/svn/texlive?view=revision&revision=72965
Author:   lscarso
Date:     2024-11-25 10:18:37 +0100 (Mon, 25 Nov 2024)
Log Message:
-----------
Another fix for https://tug.org/pipermail/tex-k/2021-July/003630.html (thanks to KB)

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/luatexdir/tex/inputstack.c

Modified: trunk/Build/source/texk/web2c/luatexdir/tex/inputstack.c
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/tex/inputstack.c	2024-11-25 00:41:47 UTC (rev 72964)
+++ trunk/Build/source/texk/web2c/luatexdir/tex/inputstack.c	2024-11-25 09:18:37 UTC (rev 72965)
@@ -749,6 +749,7 @@
         buffer[first] = 0;
         decr(first);
     } while (first != 0);
+    buffer[0] = 0;
     scanner_status = normal;
     warning_index = null;
     first = 1;



More information about the tex-live-commits mailing list.