From fb5ee6bcd5a2fe090e1f6a9428afa8e4d8d791c8 Mon Sep 17 00:00:00 2001 From: "@ran-zhao-yu" Date: Wed, 18 Sep 2024 10:10:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=A1=A5out-of-bounds=20read?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: @ran-zhao-yu --- Fix.patch | 0 install.py | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 Fix.patch diff --git a/Fix.patch b/Fix.patch new file mode 100644 index 0000000..e69de29 diff --git a/install.py b/install.py index 129700f..431508a 100755 --- a/install.py +++ b/install.py @@ -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: