[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (08bf8c5f5f -> 44fc712723)
From: |
Gavin D. Smith |
Subject: |
master updated (08bf8c5f5f -> 44fc712723) |
Date: |
Wed, 16 Oct 2024 16:46:42 -0400 (EDT) |
gavin pushed a change to branch master.
from 08bf8c5f5f * tp/Texinfo/XS/main/errors.c (message_list_line_error_ext)
(message_list_command_warn, pmessage_list_command_warn)
(message_list_command_error, message_list_document_error)
(message_list_document_warn), tp/Texinfo/XS/main/utils.c (non_perl_xasprintf,
xasprintf): add missing "va_end". Based on Vitezslav Crhonek report.
new a082cfc3ac * install-info/install-info.c
(munge_old_style_debian_options): Add missing initializer.
new b947f46614 * install-info/install-info.c (readfile): re-order code to
prevent possible memory leak. Report from Vitezslav Crhonek.
new 44fc712723 * install-info/install-info.c
(open_possibly_compressed_file): Fix resource leak by calling fclose in case of
errors.
Summary of changes:
ChangeLog | 15 +++++++++++++++
install-info/install-info.c | 16 ++++++++++++----
2 files changed, 27 insertions(+), 4 deletions(-)
- master updated (08bf8c5f5f -> 44fc712723),
Gavin D. Smith <=