texinfo-commits
[Top][All Lists]
Advanced

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

master updated (a824645ffe -> 47d0bd7143)


From: Gavin D. Smith
Subject: master updated (a824645ffe -> 47d0bd7143)
Date: Sat, 29 Jul 2023 19:49:00 -0400 (EDT)

gavin pushed a change to branch master.

    from a824645ffe * README-hacking: hints on valgrind for tp/t tests
     new 92eb3312f3 * tp/Texinfo/XS/parsetexi/parser.c 
(process_remaining_on_line) <@value>: Free a string in one case where it was 
not freed.
     new 05a5b201c0 * tp/Texinfo/XS/parsetexi/macro.c (unset_macro_record): Set 
'macro_name' field of MACRO to null rather than an empty string.  This prevents 
a memory leak if the macro record is reused and the pointer to the empty string 
is not freed.
     new 47d0bd7143 * tp/Texinfo/XS/parsetexi/macro.c 
(parse_macro_command_line): Free return value of read_command_name in the case 
that the name is bad.


Summary of changes:
 ChangeLog                        | 18 ++++++++++++++++++
 tp/Texinfo/XS/parsetexi/macro.c  |  3 ++-
 tp/Texinfo/XS/parsetexi/parser.c |  1 +
 3 files changed, 21 insertions(+), 1 deletion(-)



reply via email to

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