修补out-of-bounds read

Signed-off-by: @ran-zhao-yu <ranzhaoyu1@huawei.com>
This commit is contained in:
@ran-zhao-yu
2024-09-18 10:10:48 +08:00
parent 982779f3c8
commit fb5ee6bcd5
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -50,7 +50,8 @@ def do_patch(args, target_dir):
patch_file = [
"Fix error whenparses the value of 5E-324 with libc++.patch",
"0001-Parse-large-floats-as-infinity-1349-1353.patch",
"0001-Use-default-rather-than-hard-coded-8-for-maximum-agg.patch"
"0001-Use-default-rather-than-hard-coded-8-for-maximum-agg.patch",
"Fix.patch"
]
for patch in patch_file: