bug-texinfo
[Top][All Lists]
Advanced

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

Re: Segmentation fault with GNU texinfo 7.1


From: Andreas Schwab
Subject: Re: Segmentation fault with GNU texinfo 7.1
Date: Fri, 09 Feb 2024 20:59:36 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

2024-02-09  Andreas Schwab  <schwab@linux-m68k.org>

        * info/variables.c (set_variable_to_value): Add end marker to
        styles array.

diff --git a/info/variables.c b/info/variables.c
index 1ca6fd1ac3..bfb689152d 100644
--- a/info/variables.c
+++ b/info/variables.c
@@ -486,6 +486,7 @@ set_variable_to_value (VARIABLE_ALIST *var, char *value, 
int where)
               BOLD_MASK, 0,                 "nobold",
               BLINK_MASK, BLINK_MASK,       "blink",
               BLINK_MASK, 0,                "noblink",
+              0, 0,                         NULL,
           };
           int i;
           char *component;
-- 
2.43.1


-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."



reply via email to

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