texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/texi2any.supp: add entries for fixed bug in


From: Gavin D. Smith
Subject: branch master updated: * tp/texi2any.supp: add entries for fixed bug in valgrind, seen with "t/info_tests.t chinese_mixed_with_en_EUC_CN" and t/formats_encoding.t.
Date: Wed, 23 Oct 2024 15:43:16 -0400

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 c809b2b8b9 * tp/texi2any.supp: add entries for fixed bug in valgrind, 
seen with "t/info_tests.t chinese_mixed_with_en_EUC_CN" and 
t/formats_encoding.t.
c809b2b8b9 is described below

commit c809b2b8b9c791925291f4ab5fd4f4d79ef5a032
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Wed Oct 23 20:34:23 2024 +0100

    * tp/texi2any.supp: add entries for fixed bug in valgrind,
    seen with "t/info_tests.t chinese_mixed_with_en_EUC_CN" and
    t/formats_encoding.t.
    
    See 
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=947388eb043ea1c44b37df94046e1eee790ad776
---
 ChangeLog        |  8 ++++++++
 tp/texi2any.supp | 19 +++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 38e36c2d41..8b289bddb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2024-10-23  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * tp/texi2any.supp: add entries for fixed bug in valgrind,
+       seen with "t/info_tests.t chinese_mixed_with_en_EUC_CN" and
+       t/formats_encoding.t.
+
+       See 
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=947388eb043ea1c44b37df94046e1eee790ad776
+
 2024-10-23  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/XS/parsetexi/close.c (remove_empty_content): check cmd to
diff --git a/tp/texi2any.supp b/tp/texi2any.supp
index 28512237ef..2973ed0cba 100644
--- a/tp/texi2any.supp
+++ b/tp/texi2any.supp
@@ -296,3 +296,22 @@
    fun:translate_string
    ...
 }
+
+# Fixed in valgrind sources 2022-05-13
+# See 
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=947388eb043ea1c44b37df94046e1eee790ad776
+{
+   fixed-in-valgrind/Error/ld.so/strncmp/1
+   Memcheck:Addr8
+   fun:strncmp
+   fun:is_dst
+   fun:_dl_dst_count
+   ...
+}
+{
+   fixed-in-valgrind/Error/ld.so/strncmp/1
+   Memcheck:Addr8
+   fun:strncmp
+   fun:is_dst
+   fun:_dl_dst_substitute
+   ...
+}



reply via email to

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