未验证 提交 d5a09e22 编写于 作者: O openharmony_ci 提交者: Gitee

!201 WPA开启IntSan安全配置

Merge pull request !201 from liyufan/master
......@@ -96,6 +96,7 @@ wpa_client_base_cflags = [
ohos_shared_library("wpa_client") {
sanitize = {
cfi = true
integer_overflow = true
debug = false
blocklist = "./wpa_blocklist.txt"
}
......@@ -353,6 +354,7 @@ wpa_base_include_dirs = [
ohos_shared_library("wpa") {
sanitize = {
cfi = true
integer_overflow = true
debug = false
blocklist = "./wpa_blocklist.txt"
}
......@@ -494,6 +496,7 @@ ohos_shared_library("wpa") {
ohos_shared_library("wpa_updater") {
sanitize = {
cfi = true
integer_overflow = true
debug = false
blocklist = "./wpa_blocklist.txt"
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册