mirror of
https://gitee.com/openharmony/security_asset
synced 2024-11-30 11:30:28 +00:00
add cfi
Signed-off-by: zhangwenzhi <zhangwenzhi3@huawei.com>
This commit is contained in:
parent
85a08f89ae
commit
8a6718238c
@ -30,6 +30,14 @@ ohos_static_library("asset_openssl_wrapper") {
|
||||
]
|
||||
|
||||
branch_protector_ret = "pac_ret"
|
||||
sanitize = {
|
||||
integer_overflow = true
|
||||
cfi = true
|
||||
debug = false
|
||||
cfi_cross_dso = true
|
||||
boundary_sanitize = true
|
||||
ubsan = true
|
||||
}
|
||||
|
||||
subsystem_name = "security"
|
||||
part_name = "asset"
|
||||
|
@ -21,4 +21,3 @@ edition = "2021"
|
||||
[dependencies]
|
||||
asset_definition = { path = "../definition" }
|
||||
asset_log = { path = "../os_dependency/log" }
|
||||
openssl = { git = "https://gitee.com/openharmony/third_party_rust_rust-openssl.git" }
|
||||
|
Loading…
Reference in New Issue
Block a user