提交 174eb4a3 编写于 作者: L liyufan

code check

Signed-off-by: Nliyufan <liyufan5@huawei.com>
上级 0e14fdda
......@@ -55,10 +55,8 @@ config("wpa_warnings") {
ohos_shared_library("wpa_client") {
sanitize = {
cfi = true
cfi_cross_dso = true
integer_overflow = true
boundary_sanitize = true
debug = true
debug = false
blocklist = "./wpa_blocklist.txt"
}
......@@ -309,10 +307,8 @@ wpa_base_include_dirs = [
ohos_shared_library("wpa") {
sanitize = {
cfi = true
cfi_cross_dso = true
integer_overflow = true
boundary_sanitize = true
debug = true
debug = false
blocklist = "./wpa_blocklist.txt"
}
output_name = "wpa"
......@@ -453,10 +449,8 @@ ohos_shared_library("wpa") {
ohos_shared_library("wpa_updater") {
sanitize = {
cfi = true
cfi_cross_dso = true
integer_overflow = true
boundary_sanitize = true
debug = true
debug = false
blocklist = "./wpa_blocklist.txt"
}
output_name = "wpa_updater"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册