This is an automated email from the ASF dual-hosted git repository.

hellostephen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 00a3f653751 [be](chore)fix ubsan error (#61127)
00a3f653751 is described below

commit 00a3f6537519882d9d36ec867806a2d43a70b7a4
Author: yiguolei <[email protected]>
AuthorDate: Mon Mar 9 10:07:09 2026 +0800

    [be](chore)fix ubsan error (#61127)
    
    ignore some ubsan error in some files.
---
 conf/ubsan_ignorelist.txt | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/conf/ubsan_ignorelist.txt b/conf/ubsan_ignorelist.txt
index 20828ba12b7..2b4998bad76 100644
--- a/conf/ubsan_ignorelist.txt
+++ b/conf/ubsan_ignorelist.txt
@@ -1,10 +1,10 @@
 src:*/rapidjson/*
-src:*/olap/key_coder.h
-src:*/olap/types.h:
-src:*/olap/field.h
-src:*/olap/row_cursor.cpp
-src:*/olap/wrapper_field.h
-src:*/olap/wrapper_field.cpp
+src:*/storage/key_coder.h
+src:*/storage/types.h
+src:*/storage/field.h
+src:*/storage/row_cursor.cpp
+src:*/storage/wrapper_field.h
+src:*/storage/wrapper_field.cpp
 src:*/segment_v2/column_reader.cpp
 src:*/json/new_json_reader.cpp
 src:*/common/memcpy_small.h


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to