diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-09-01 10:15:34 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-09-01 13:07:45 +0200 |
commit | 151a43f3d00f6523079c53d6c2d064f80b9a55d6 (patch) | |
tree | 63a5588ad104ee221271ed15e406902e80fd770c /solenv/sanitizers | |
parent | 590408329ee47496c813709a1bcc8cd35f6ebbb1 (diff) |
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.grandin@collabora.co.uk>
Diffstat (limited to 'solenv/sanitizers')
-rw-r--r-- | solenv/sanitizers/ubsan-suppressions | 7 |
1 files changed, 7 insertions, 0 deletions
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 |