add integer_overflow

Signed-off-by: gg0907 <guohui_1701@163.com>
This commit is contained in:
gg0907 2023-05-27 11:18:40 +08:00
parent 695ebc1a8c
commit 97a3ccfb34

View File

@ -1533,6 +1533,9 @@ action("gen_config_header") {
}
ohos_shared_library("libohosffmpeg") {
sanitize = {
integer_overflow = true
}
deps = [ ":ffmpeg_dynamic" ]
part_name = "ffmpeg"
subsystem_name = "thirdparty"