[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/texi2any.supp: Add variant suppression speci
From: |
Gavin D. Smith |
Subject: |
branch master updated: * tp/texi2any.supp: Add variant suppression specification for setenv error. |
Date: |
Sun, 19 Nov 2023 04:41:22 -0500 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 7cd0e677ff * tp/texi2any.supp: Add variant suppression specification
for setenv error.
7cd0e677ff is described below
commit 7cd0e677ffc3d924d7085074f323b9a32943c508
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Nov 19 09:34:44 2023 +0000
* tp/texi2any.supp: Add variant suppression specification
for setenv error.
---
ChangeLog | 5 +++++
tp/texi2any.supp | 15 ++++++++++++++-
2 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index e742b1b382..79590dcd69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-11-19 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * tp/texi2any.supp: Add variant suppression specification
+ for setenv error.
+
2023-11-19 Patrice Dumas <pertusus@free.fr>
Explicit void for argument of C functions. Gavin report.
diff --git a/tp/texi2any.supp b/tp/texi2any.supp
index a1e7ae2bcb..a82c09dfac 100644
--- a/tp/texi2any.supp
+++ b/tp/texi2any.supp
@@ -25,7 +25,7 @@
# See <https://github.com/Perl/perl5/issues/19399> and
# <https://rt.cpan.org/Public/Bug/Display.html?id=140138>.
{
- fixed-in-perl/translations/setenv
+ fixed-in-perl/translations/setenv/1
Memcheck:Free
fun:free
...
@@ -38,3 +38,16 @@
fun:exit
fun:main
}
+{
+ fixed-in-perl/translations/setenv/2
+ Memcheck:Free
+ fun:free
+ ...
+ fun:tdestroy_recurse
+ fun:free_mem
+ fun:__libc_freeres
+ fun:_vgnU_freeres
+ fun:__run_exit_handlers
+ fun:exit
+ fun:main
+}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/texi2any.supp: Add variant suppression specification for setenv error.,
Gavin D. Smith <=