!88 增加boundary_sanitize编译选项

Merge pull request !88 from gg0907/boundary
This commit is contained in:
openharmony_ci 2023-05-27 09:36:36 +00:00 committed by Gitee
commit 9c4dad062c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1535,6 +1535,7 @@ action("gen_config_header") {
ohos_shared_library("libohosffmpeg") {
sanitize = {
integer_overflow = true
boundary_sanitize = true
}
deps = [ ":ffmpeg_dynamic" ]
part_name = "ffmpeg"