solenv/sanitizers/ubsan-suppressions |    7 +++++++
 1 file changed, 7 insertions(+)

New commits:
commit 151a43f3d00f6523079c53d6c2d064f80b9a55d6
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Fri Sep 1 10:15:34 2023 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Fri Sep 1 13:07:45 2023 +0200

    update clang asan suppressions
    
    which started showing up with my local clang asan build
    clang version 18.0.0 (https://github.com/llvm/llvm-project.git
    77c780816779bb595b5befe1d711addae67010d6)
    
    Change-Id: Ia0290839300e245dd11161a5fbea0db746f9022e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156395
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/solenv/sanitizers/ubsan-suppressions 
b/solenv/sanitizers/ubsan-suppressions
index 7adaa1e92c00..cae8fe938cd2 100644
--- a/solenv/sanitizers/ubsan-suppressions
+++ b/solenv/sanitizers/ubsan-suppressions
@@ -19,3 +19,10 @@ float-divide-by-zero:/sc/source/core/tool/interpr3.cxx$
 float-divide-by-zero:/sc/source/core/tool/interpr8.cxx$
 float-divide-by-zero:/scaddins/source/analysis/analysis.cxx$
 float-divide-by-zero:/scaddins/source/analysis/financial.cxx$
+
+#
+#SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior lt-mem.c:248:4 in
+#lt-mem.c:190:6: runtime error: call to function lt_string_unref through 
pointer to incorrect function type 'void (*)(void *)'
+#workdir/UnpackedTarball/liblangtag/liblangtag/lt-string.c:127: note: 
lt_string_unref defined here
+function:lt_mem_unref
+function:lt_mem_delete_ref

Reply via email to