mirror of
https://github.com/openharmony/third_party_jsoncpp.git
synced 2026-07-19 20:43:36 -04:00
修补out-of-bounds read
Signed-off-by: @ran-zhao-yu <ranzhaoyu1@huawei.com>
This commit is contained in:
+2
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user