bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Texinfo 7.1.0.90 pretest available


From: John Marshall
Subject: Re: Texinfo 7.1.0.90 pretest available
Date: Wed, 3 Jul 2024 08:23:01 +0000

On 8 Jun 2024, at 23:02, Gavin Smith <gavinsmith0123@gmail.com> wrote:
> Please
> also feel to report if there are other problems that you feel should
> be fixed in this minor release.

I think it would be worth applying this fix[1][2] for a crash when keywords are 
typoed in .infokey or as set-variable arguments. (As it happens, I ran into it 
today.)

    John

[1] 931dd79d2ad19ceb0cdfc49c9d478262ac522d90
[2] https://lists.gnu.org/archive/html/bug-texinfo/2024-02/msg00034.html

--- texinfo-7.1.0.90/info/variables.c.orig 2024-06-08 20:37:17.000000000 +1200
+++ texinfo-7.1.0.90/info/variables.c 2024-07-03 14:36:23.465904663 +1200
@@ -486,6 +486,7 @@ set_variable_to_value (VARIABLE_ALIST *v
               BOLD_MASK, 0,                 "nobold",
               BLINK_MASK, BLINK_MASK,       "blink",
               BLINK_MASK, 0,                "noblink",
+              0, 0,                         NULL
           };
           int i;
           char *component;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]