mirror of
https://github.com/mii443/mozc.git
synced 2025-12-03 11:18:20 +00:00
Suppress msan for recursive
This is a false positive. The suspected variable is returned from the system library. PiperOrigin-RevId: 513092782
This commit is contained in:
committed by
Hiroyuki Komatsu
parent
480e3c6ff9
commit
562d07e55a
@@ -80,6 +80,8 @@ mozc_cc_library(
|
|||||||
name = "recursive",
|
name = "recursive",
|
||||||
srcs = ["recursive.cc"],
|
srcs = ["recursive.cc"],
|
||||||
hdrs = ["recursive.h"],
|
hdrs = ["recursive.h"],
|
||||||
|
# TODO(b/271087668) false positive
|
||||||
|
tags = ["nomsan"],
|
||||||
deps = [
|
deps = [
|
||||||
"//base:file_util",
|
"//base:file_util",
|
||||||
"//base:logging",
|
"//base:logging",
|
||||||
|
|||||||
Reference in New Issue
Block a user