From fef5deb7a06f68481bebc3e715861ea752abe384 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:07:44 +0800 Subject: [PATCH 01/63] update sqlite.spec. --- sqlite.spec | 269 ++++++++++++++++++++++++++-------------------------- 1 file changed, 137 insertions(+), 132 deletions(-) diff --git a/sqlite.spec b/sqlite.spec index e9c22f1..655590d 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -6,7 +6,7 @@ Name: sqlite Version: 3.24.0 -Release: 11 +Release: 12 Summary: Embeded SQL database License: Public Domain URL: http://www.sqlite.org/ @@ -15,72 +15,71 @@ Source0: http://www.sqlite.org/2018/sqlite-src-%{extver}.zip Source1: http://www.sqlite.org/2018/sqlite-doc-%{extver}.zip Source2: https://www.sqlite.org/2018/sqlite-autoconf-%{extver}.tar.gz -Patch0000: 0000-sqlite-no-malloc-usable-size.patch -Patch0001: 0001-sqlite-CVE-2018-20346.patch -Patch0002: 0002-remove-fail-testcase-in-no-free-fd-situation.patch - -Patch6000: 6000-Fix-the-sqlite3BeginTrans-calls-within-the-snapshot-.patch -Patch6001: 6001-Change-a-comma-into-a-logically-equivalent-but-seman.patch -Patch6002: 6002-Fix-a-typo-in-the-amalgamation-autoconf-file.patch -Patch6003: 6003-Fix-typo-in-the-normalize-extension.patch -Patch6004: 6004-Fix-a-minor-problem-in-the-code-for-determining-whet.patch -Patch6005: 6005-Quick-patch-to-the-Lemon-parser-template-to-avoid-an.patch -Patch6006: 6006-Fix-typo-in-the-Win32-specific-code-for-the-fileio-e.patch -Patch6007: 6007-Fix-a-problem-causing-ENABLE_CURSOR_HINTS-builds-to-.patch -Patch6008: 6008-Fix-a-potential-crash-that-can-occur-while-reading-a.patch -Patch6009: 6009-In-the-CLI-fix-a-file-descriptor-leak-following-OOM-.patch -Patch6010: 6010-Take-steps-to-avoid-a-potential-integer-overflow-in-.patch -Patch6011: 6011-Fix-minor-memory-leak-in-the-dbstat-extension-that-c.patch -Patch6012: 6012-Fix-a-failing-assert-in-sqlite3ResetAllSchemasOfConn.patch -Patch6013: 6013-Fix-a-parser-bug-in-the-use-of-parentheses-around-ta.patch -Patch6014: 6014-Fix-possible-integer-overflow-while-running-PRAGMA-i.patch -Patch6015: 6015-Fix-a-segfault-caused-by-using-the-RAISE-function-in.patch -Patch6016: 6016-Fix-another-problem-with-corrupt-database-handling-i.patch -Patch6017: 6017-Fix-a-buffer-overwrite-in-fts5-triggered-by-a-corrup.patch -Patch6018: 6018-Fix-another-case-in-fts5-where-a-corrupt-database-co.patch -Patch6019: 6019-Fix-another-potential-buffer-overread-in-fts5.patch -Patch6020: 6020-Fix-a-possible-memory-leak-when-trying-to-UPDATE-a-c.patch -Patch6021: 6021-Fix-an-out-of-bounds-read-in-SQL-function-fts5_decod.patch -Patch6022: 6022-Fix-a-segfault-in-fts3-prompted-by-a-corrupted-datab.patch -Patch6023: 6023-Prevent-unsigned-32-bit-integer-overflow-from-leadin.patch -Patch6024: 6024-Fix-a-problem-causing-a-crash-if-an-fts5vocab-table-.patch -Patch6025: 6025-Fix-a-harmless-memory-leak-in-the-Lemon-parser-gener.patch -Patch6026: 6026-Handle-SQL-NULL-values-without-crashing-in-the-fts5-.patch -Patch6027: 6027-Fix-a-memory-leak-that-could-occur-in-fts3-when-hand.patch -Patch6028: 6028-Fix-a-buffer-overwrite-that-could-occur-when-running.patch -Patch6029: 6029-Fix-another-corruption-related-crash-in-fts5.patch -Patch6030: 6030-Avoid-integer-overflow-when-computing-the-array-of-a.patch -Patch6031: 6031-Fix-another-segfault-caused-by-a-corrupt-fts3-databa.patch -Patch6032: 6032-Fix-a-buffer-overrun-that-could-occur-in-fts5-if-a-p.patch -Patch6033: 6033-Fix-another-fts5-crash-that-can-occur-if-the-databas.patch -Patch6034: 6034-Fix-an-assert-in-vdbemem.c-that-could-fire-if-the-da.patch -Patch6035: 6035-Fix-a-potential-problem-with-INSERT-INTO-.-SELECT-FR.patch -Patch6036: 6036-Fix-a-segfault-that-could-follow-an-OOM-when-queryin.patch -Patch6037: 6037-Fix-a-buffer-overread-in-fts3-that-could-occur-when-.patch -Patch6038: 6038-Fix-a-buffer-overrun-triggered-by-a-merge-operation-.patch -Patch6039: 6039-Fix-another-buffer-overread-in-fts5-that-may-occur-w.patch -Patch6040: 6040-Fix-another-buffer-overrun-that-could-occur-when-que.patch -Patch6041: 6041-Fix-another-segfault-that-could-occur-in-fts5-with-a.patch -Patch6042: 6042-Fix-a-potential-memory-leak-in-RBU-if-the-rbu_fossil.patch -Patch6043: 6043-Fix-a-potential-32-bit-integer-overflow-in-the-showd.patch -Patch6044: 6044-sqlite-CVE-2019-8457-out-of-bounds-read.patch -Patch6045: 6045-sqlite-CVE-2019-16168.patch -Patch6046: 6046-Fix-CVE-2019-19646.patch -Patch6047: 6047-Fix-CVE-2019-9936.patch -Patch6048: 6048-Fix-CVE-2019-9937.patch -Patch6049: 6049-Fix-CVE-2019-19923-Continue-to-back-away-from-the-LEFT-JOIN-optimizatio.patch -Patch6050: 6050-Fix-CVE-2019-19924-When-an-error-occurs-while-rewriting-the-parser-tree.patch -Patch6051: 6051-Fix-CVE-2019-19925-Fix-the-zipfile-extension-so-that-INSERT-works-even-.patch -Patch6052: 6052-Fix-CVE-2019-19926-Continuation-of-e2bddcd4c55ba3cb-Add-another-spot-wh.patch -Patch6053: 6053-Fix-CVE-2019-20218-Do-not-attempt-to-unwind-the-WITH-stack-in-the-Parse.patch -Patch6054: 6054-Fix-the-zipfile-function-in-the-zipfile-extension-so.patch -Patch6055: 6055-Fix-CVE-2018-20505.patch -Patch6056: 6056-Fix-CVE-2020-9327.patch -Patch6057: 6057-Fix-CVE-2020-11655.patch -Patch6058: 6058-Fix-CVE-2020-13434.patch -Patch6059: 6059-Fix-CVE-2020-13435.patch -Patch6060: 6060-Fix-CVE-2020-13630.patch -Patch6061: 6061-Fix-CVE-2020-13632.patch +Patch0: 0000-sqlite-no-malloc-usable-size.patch +Patch1: 0001-sqlite-CVE-2018-20346.patch +Patch2: 0002-remove-fail-testcase-in-no-free-fd-situation.patch +Patch3: 0003-Fix-the-sqlite3BeginTrans-calls-within-the-snapshot-.patch +Patch4: 0004-Change-a-comma-into-a-logically-equivalent-but-seman.patch +Patch5: 0005-Fix-a-typo-in-the-amalgamation-autoconf-file.patch +Patch6: 0006-Fix-typo-in-the-normalize-extension.patch +Patch7: 0007-Fix-a-minor-problem-in-the-code-for-determining-whet.patch +Patch8: 0008-Quick-patch-to-the-Lemon-parser-template-to-avoid-an.patch +Patch9: 0009-Fix-typo-in-the-Win32-specific-code-for-the-fileio-e.patch +Patch10: 0010-Fix-a-problem-causing-ENABLE_CURSOR_HINTS-builds-to-.patch +Patch11: 0011-Fix-a-potential-crash-that-can-occur-while-reading-a.patch +Patch12: 0012-In-the-CLI-fix-a-file-descriptor-leak-following-OOM-.patch +Patch13: 0013-Take-steps-to-avoid-a-potential-integer-overflow-in-.patch +Patch14: 0014-Fix-minor-memory-leak-in-the-dbstat-extension-that-c.patch +Patch15: 0015-Fix-a-failing-assert-in-sqlite3ResetAllSchemasOfConn.patch +Patch16: 0016-Fix-a-parser-bug-in-the-use-of-parentheses-around-ta.patch +Patch17: 0017-Fix-possible-integer-overflow-while-running-PRAGMA-i.patch +Patch18: 0018-Fix-a-segfault-caused-by-using-the-RAISE-function-in.patch +Patch19: 0019-Fix-another-problem-with-corrupt-database-handling-i.patch +Patch20: 0020-Fix-a-buffer-overwrite-in-fts5-triggered-by-a-corrup.patch +Patch21: 0021-Fix-another-case-in-fts5-where-a-corrupt-database-co.patch +Patch22: 0022-Fix-another-potential-buffer-overread-in-fts5.patch +Patch23: 0023-Fix-a-possible-memory-leak-when-trying-to-UPDATE-a-c.patch +Patch24: 0024-Fix-an-out-of-bounds-read-in-SQL-function-fts5_decod.patch +Patch25: 0025-Fix-a-segfault-in-fts3-prompted-by-a-corrupted-datab.patch +Patch26: 0026-Prevent-unsigned-32-bit-integer-overflow-from-leadin.patch +Patch27: 0027-Fix-a-problem-causing-a-crash-if-an-fts5vocab-table-.patch +Patch28: 0028-Fix-a-harmless-memory-leak-in-the-Lemon-parser-gener.patch +Patch29: 0029-Handle-SQL-NULL-values-without-crashing-in-the-fts5-.patch +Patch30: 0030-Fix-a-memory-leak-that-could-occur-in-fts3-when-hand.patch +Patch31: 0031-Fix-a-buffer-overwrite-that-could-occur-when-running.patch +Patch32: 0032-Fix-another-corruption-related-crash-in-fts5.patch +Patch33: 0033-Avoid-integer-overflow-when-computing-the-array-of-a.patch +Patch34: 0034-Fix-another-segfault-caused-by-a-corrupt-fts3-databa.patch +Patch35: 0035-Fix-a-buffer-overrun-that-could-occur-in-fts5-if-a-p.patch +Patch36: 0036-Fix-another-fts5-crash-that-can-occur-if-the-databas.patch +Patch37: 0037-Fix-an-assert-in-vdbemem.c-that-could-fire-if-the-da.patch +Patch38: 0038-Fix-a-potential-problem-with-INSERT-INTO-.-SELECT-FR.patch +Patch39: 0039-Fix-a-segfault-that-could-follow-an-OOM-when-queryin.patch +Patch40: 0040-Fix-a-buffer-overread-in-fts3-that-could-occur-when-.patch +Patch41: 0041-Fix-a-buffer-overrun-triggered-by-a-merge-operation-.patch +Patch42: 0042-Fix-another-buffer-overread-in-fts5-that-may-occur-w.patch +Patch43: 0043-Fix-another-buffer-overrun-that-could-occur-when-que.patch +Patch44: 0044-Fix-another-segfault-that-could-occur-in-fts5-with-a.patch +Patch45: 0045-Fix-a-potential-memory-leak-in-RBU-if-the-rbu_fossil.patch +Patch46: 0046-Fix-a-potential-32-bit-integer-overflow-in-the-showd.patch +Patch47: 0047-sqlite-CVE-2019-8457-out-of-bounds-read.patch +Patch48: 0048-sqlite-CVE-2019-16168.patch +Patch49: 0049-Fix-CVE-2019-19646.patch +Patch50: 0050-Fix-CVE-2019-9936.patch +Patch51: 0051-Fix-CVE-2019-9937.patch +Patch52: 0052-Fix-CVE-2019-19923-Continue-to-back-away-from-the-LEFT-JOIN-optimizatio.patch +Patch53: 0053-Fix-CVE-2019-19924-When-an-error-occurs-while-rewriting-the-parser-tree.patch +Patch54: 0054-Fix-CVE-2019-19925-Fix-the-zipfile-extension-so-that-INSERT-works-even-.patch +Patch55: 0055-Fix-CVE-2019-19926-Continuation-of-e2bddcd4c55ba3cb-Add-another-spot-wh.patch +Patch56: 0056-Fix-CVE-2019-20218-Do-not-attempt-to-unwind-the-WITH-stack-in-the-Parse.patch +Patch57: 0057-Fix-the-zipfile-function-in-the-zipfile-extension-so.patch +Patch58: 0058-Fix-CVE-2018-20505.patch +Patch59: 0059-Fix-CVE-2020-9327.patch +Patch60: 0060-Fix-CVE-2020-11655.patch +Patch61: 0061-Fix-CVE-2020-13434.patch +Patch62: 0062-Fix-CVE-2020-13435.patch +Patch63: 0063-Fix-CVE-2020-13630.patch +Patch64: 0064-Fix-CVE-2020-13632.patch BuildRequires: gcc autoconf tcl tcl-devel BuildRequires: ncurses-devel readline-devel glibc-devel @@ -123,71 +122,71 @@ This contains man files and HTML files for the using of sqlite. %prep #autosetup will fail because of 2 zip files %setup -q -a1 -n %{name}-src-%{extver} -%patch0000 -p1 -%patch0001 -p0 -%patch0002 -p1 -%patch6000 -p1 -%patch6001 -p1 -%patch6002 -p1 -%patch6003 -p1 -%patch6004 -p1 -%patch6005 -p1 -%patch6006 -p1 -%patch6007 -p1 -%patch6008 -p1 -%patch6009 -p1 -%patch6010 -p1 -%patch6011 -p1 -%patch6012 -p1 -%patch6013 -p1 -%patch6014 -p1 -%patch6015 -p1 -%patch6016 -p1 -%patch6017 -p1 -%patch6018 -p1 -%patch6019 -p1 -%patch6020 -p1 -%patch6021 -p1 -%patch6022 -p1 -%patch6023 -p1 -%patch6024 -p1 -%patch6025 -p1 -%patch6026 -p1 -%patch6027 -p1 -%patch6028 -p1 -%patch6029 -p1 -%patch6030 -p1 -%patch6031 -p1 -%patch6032 -p1 -%patch6033 -p1 -%patch6034 -p1 -%patch6035 -p1 -%patch6036 -p1 -%patch6037 -p1 -%patch6038 -p1 -%patch6039 -p1 -%patch6040 -p1 -%patch6041 -p1 -%patch6042 -p1 -%patch6043 -p1 -%patch6044 -p1 -%patch6045 -p1 -%patch6046 -p1 -%patch6047 -p1 -%patch6048 -p1 -%patch6049 -p1 -%patch6050 -p1 -%patch6051 -p1 -%patch6052 -p1 -%patch6053 -p1 -%patch6054 -p1 -%patch6055 -p1 -%patch6056 -p1 -%patch6057 -p1 -%patch6058 -p1 -%patch6059 -p1 -%patch6060 -p1 -%patch6061 -p1 +%patch0 -p1 +%patch1 -p0 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 +%patch7 -p1 +%patch8 -p1 +%patch9 -p1 +%patch10 -p1 +%patch11 -p1 +%patch12 -p1 +%patch13 -p1 +%patch14 -p1 +%patch15 -p1 +%patch16 -p1 +%patch17 -p1 +%patch18 -p1 +%patch19 -p1 +%patch20 -p1 +%patch21 -p1 +%patch22 -p1 +%patch23 -p1 +%patch24 -p1 +%patch25 -p1 +%patch26 -p1 +%patch27 -p1 +%patch28 -p1 +%patch29 -p1 +%patch30 -p1 +%patch31 -p1 +%patch32 -p1 +%patch33 -p1 +%patch34 -p1 +%patch35 -p1 +%patch36 -p1 +%patch37 -p1 +%patch38 -p1 +%patch39 -p1 +%patch40 -p1 +%patch41 -p1 +%patch42 -p1 +%patch43 -p1 +%patch44 -p1 +%patch45 -p1 +%patch46 -p1 +%patch47 -p1 +%patch48 -p1 +%patch49 -p1 +%patch50 -p1 +%patch51 -p1 +%patch52 -p1 +%patch53 -p1 +%patch54 -p1 +%patch55 -p1 +%patch56 -p1 +%patch57 -p1 +%patch58 -p1 +%patch59 -p1 +%patch60 -p1 +%patch61 -p1 +%patch62 -p1 +%patch63 -p1 +%patch64 -p1 rm -f %{name}-doc-%{extver}/sqlite.css~ || : @@ -258,6 +257,12 @@ make test %{_mandir}/man*/* %changelog +* Tue Jun 30 2020 volcanodragon - 3.24.0-12 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:rename patches + * Tue Jun 23 2020 yanglongkang - 3.24.0-11 - Type:cves - ID:CVE-2020-13434 CVE-2020-13435 CVE-2020-13630 CVE-2020-13632 -- Gitee From b6d95a99242dfde328ee44f16050eaa4a22da434 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:08:53 +0800 Subject: [PATCH 02/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206000-Fix-th?= =?UTF-8?q?e-sqlite3BeginTrans-calls-within-the-snapshot-.patch=20?= =?UTF-8?q?=E4=B8=BA=200003-Fix-the-sqlite3BeginTrans-calls-within-the-sna?= =?UTF-8?q?pshot-.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...003-Fix-the-sqlite3BeginTrans-calls-within-the-snapshot-.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6000-Fix-the-sqlite3BeginTrans-calls-within-the-snapshot-.patch => 0003-Fix-the-sqlite3BeginTrans-calls-within-the-snapshot-.patch (100%) diff --git a/6000-Fix-the-sqlite3BeginTrans-calls-within-the-snapshot-.patch b/0003-Fix-the-sqlite3BeginTrans-calls-within-the-snapshot-.patch similarity index 100% rename from 6000-Fix-the-sqlite3BeginTrans-calls-within-the-snapshot-.patch rename to 0003-Fix-the-sqlite3BeginTrans-calls-within-the-snapshot-.patch -- Gitee From 12eadfb580ac3152c8526d4f86a83615f61df792 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:09:10 +0800 Subject: [PATCH 03/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206001-Change?= =?UTF-8?q?-a-comma-into-a-logically-equivalent-but-seman.patch=20?= =?UTF-8?q?=E4=B8=BA=200004-Change-a-comma-into-a-logically-equivalent-but?= =?UTF-8?q?-seman.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...004-Change-a-comma-into-a-logically-equivalent-but-seman.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6001-Change-a-comma-into-a-logically-equivalent-but-seman.patch => 0004-Change-a-comma-into-a-logically-equivalent-but-seman.patch (100%) diff --git a/6001-Change-a-comma-into-a-logically-equivalent-but-seman.patch b/0004-Change-a-comma-into-a-logically-equivalent-but-seman.patch similarity index 100% rename from 6001-Change-a-comma-into-a-logically-equivalent-but-seman.patch rename to 0004-Change-a-comma-into-a-logically-equivalent-but-seman.patch -- Gitee From eb2261ef9159055036b463a9867c8a423a134a20 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:09:21 +0800 Subject: [PATCH 04/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206002-Fix-a-?= =?UTF-8?q?typo-in-the-amalgamation-autoconf-file.patch=20=E4=B8=BA=200005?= =?UTF-8?q?-Fix-a-typo-in-the-amalgamation-autoconf-file.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...tch => 0005-Fix-a-typo-in-the-amalgamation-autoconf-file.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6002-Fix-a-typo-in-the-amalgamation-autoconf-file.patch => 0005-Fix-a-typo-in-the-amalgamation-autoconf-file.patch (100%) diff --git a/6002-Fix-a-typo-in-the-amalgamation-autoconf-file.patch b/0005-Fix-a-typo-in-the-amalgamation-autoconf-file.patch similarity index 100% rename from 6002-Fix-a-typo-in-the-amalgamation-autoconf-file.patch rename to 0005-Fix-a-typo-in-the-amalgamation-autoconf-file.patch -- Gitee From 08a95f078307b792e4c6f5ae1e1d6ccaaea3bd24 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:09:31 +0800 Subject: [PATCH 05/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206003-Fix-ty?= =?UTF-8?q?po-in-the-normalize-extension.patch=20=E4=B8=BA=200006-Fix-typo?= =?UTF-8?q?-in-the-normalize-extension.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...ension.patch => 0006-Fix-typo-in-the-normalize-extension.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6003-Fix-typo-in-the-normalize-extension.patch => 0006-Fix-typo-in-the-normalize-extension.patch (100%) diff --git a/6003-Fix-typo-in-the-normalize-extension.patch b/0006-Fix-typo-in-the-normalize-extension.patch similarity index 100% rename from 6003-Fix-typo-in-the-normalize-extension.patch rename to 0006-Fix-typo-in-the-normalize-extension.patch -- Gitee From 0d8d10ac3a0dc30e7633fe75e6a7b0d654e8b2a1 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:09:40 +0800 Subject: [PATCH 06/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206004-Fix-a-?= =?UTF-8?q?minor-problem-in-the-code-for-determining-whet.patch=20?= =?UTF-8?q?=E4=B8=BA=200007-Fix-a-minor-problem-in-the-code-for-determinin?= =?UTF-8?q?g-whet.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...007-Fix-a-minor-problem-in-the-code-for-determining-whet.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6004-Fix-a-minor-problem-in-the-code-for-determining-whet.patch => 0007-Fix-a-minor-problem-in-the-code-for-determining-whet.patch (100%) diff --git a/6004-Fix-a-minor-problem-in-the-code-for-determining-whet.patch b/0007-Fix-a-minor-problem-in-the-code-for-determining-whet.patch similarity index 100% rename from 6004-Fix-a-minor-problem-in-the-code-for-determining-whet.patch rename to 0007-Fix-a-minor-problem-in-the-code-for-determining-whet.patch -- Gitee From dbff5d10d59025b7a579cf098be42712d8c3168f Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:09:52 +0800 Subject: [PATCH 07/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206005-Quick-?= =?UTF-8?q?patch-to-the-Lemon-parser-template-to-avoid-an.patch=20?= =?UTF-8?q?=E4=B8=BA=200008-Quick-patch-to-the-Lemon-parser-template-to-av?= =?UTF-8?q?oid-an.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...008-Quick-patch-to-the-Lemon-parser-template-to-avoid-an.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6005-Quick-patch-to-the-Lemon-parser-template-to-avoid-an.patch => 0008-Quick-patch-to-the-Lemon-parser-template-to-avoid-an.patch (100%) diff --git a/6005-Quick-patch-to-the-Lemon-parser-template-to-avoid-an.patch b/0008-Quick-patch-to-the-Lemon-parser-template-to-avoid-an.patch similarity index 100% rename from 6005-Quick-patch-to-the-Lemon-parser-template-to-avoid-an.patch rename to 0008-Quick-patch-to-the-Lemon-parser-template-to-avoid-an.patch -- Gitee From acd3c50c0563758a9b0cf4b4ac47c58567555daa Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:10:05 +0800 Subject: [PATCH 08/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206006-Fix-ty?= =?UTF-8?q?po-in-the-Win32-specific-code-for-the-fileio-e.patch=20?= =?UTF-8?q?=E4=B8=BA=200009-Fix-typo-in-the-Win32-specific-code-for-the-fi?= =?UTF-8?q?leio-e.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...009-Fix-typo-in-the-Win32-specific-code-for-the-fileio-e.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6006-Fix-typo-in-the-Win32-specific-code-for-the-fileio-e.patch => 0009-Fix-typo-in-the-Win32-specific-code-for-the-fileio-e.patch (100%) diff --git a/6006-Fix-typo-in-the-Win32-specific-code-for-the-fileio-e.patch b/0009-Fix-typo-in-the-Win32-specific-code-for-the-fileio-e.patch similarity index 100% rename from 6006-Fix-typo-in-the-Win32-specific-code-for-the-fileio-e.patch rename to 0009-Fix-typo-in-the-Win32-specific-code-for-the-fileio-e.patch -- Gitee From 3b33a01f773ee63f23f8a59fa08be6105e0486f2 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:10:16 +0800 Subject: [PATCH 09/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206007-Fix-a-?= =?UTF-8?q?problem-causing-ENABLE=5FCURSOR=5FHINTS-builds-to-.patch=20?= =?UTF-8?q?=E4=B8=BA=200010-Fix-a-problem-causing-ENABLE=5FCURSOR=5FHINTS-?= =?UTF-8?q?builds-to-.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...010-Fix-a-problem-causing-ENABLE_CURSOR_HINTS-builds-to-.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6007-Fix-a-problem-causing-ENABLE_CURSOR_HINTS-builds-to-.patch => 0010-Fix-a-problem-causing-ENABLE_CURSOR_HINTS-builds-to-.patch (100%) diff --git a/6007-Fix-a-problem-causing-ENABLE_CURSOR_HINTS-builds-to-.patch b/0010-Fix-a-problem-causing-ENABLE_CURSOR_HINTS-builds-to-.patch similarity index 100% rename from 6007-Fix-a-problem-causing-ENABLE_CURSOR_HINTS-builds-to-.patch rename to 0010-Fix-a-problem-causing-ENABLE_CURSOR_HINTS-builds-to-.patch -- Gitee From 2164e96e5f74a29b4cf88c6fe73a78c03626c520 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:10:26 +0800 Subject: [PATCH 10/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206008-Fix-a-?= =?UTF-8?q?potential-crash-that-can-occur-while-reading-a.patch=20?= =?UTF-8?q?=E4=B8=BA=200011-Fix-a-potential-crash-that-can-occur-while-rea?= =?UTF-8?q?ding-a.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...011-Fix-a-potential-crash-that-can-occur-while-reading-a.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6008-Fix-a-potential-crash-that-can-occur-while-reading-a.patch => 0011-Fix-a-potential-crash-that-can-occur-while-reading-a.patch (100%) diff --git a/6008-Fix-a-potential-crash-that-can-occur-while-reading-a.patch b/0011-Fix-a-potential-crash-that-can-occur-while-reading-a.patch similarity index 100% rename from 6008-Fix-a-potential-crash-that-can-occur-while-reading-a.patch rename to 0011-Fix-a-potential-crash-that-can-occur-while-reading-a.patch -- Gitee From c0f54fe29c64660c8aafd85b880ec18257bbb68c Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:10:36 +0800 Subject: [PATCH 11/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206009-In-the?= =?UTF-8?q?-CLI-fix-a-file-descriptor-leak-following-OOM-.patch=20?= =?UTF-8?q?=E4=B8=BA=200012-In-the-CLI-fix-a-file-descriptor-leak-followin?= =?UTF-8?q?g-OOM-.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...012-In-the-CLI-fix-a-file-descriptor-leak-following-OOM-.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6009-In-the-CLI-fix-a-file-descriptor-leak-following-OOM-.patch => 0012-In-the-CLI-fix-a-file-descriptor-leak-following-OOM-.patch (100%) diff --git a/6009-In-the-CLI-fix-a-file-descriptor-leak-following-OOM-.patch b/0012-In-the-CLI-fix-a-file-descriptor-leak-following-OOM-.patch similarity index 100% rename from 6009-In-the-CLI-fix-a-file-descriptor-leak-following-OOM-.patch rename to 0012-In-the-CLI-fix-a-file-descriptor-leak-following-OOM-.patch -- Gitee From b992f29a9a3c7dffdeb94638fc10b66d92f603ca Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:10:45 +0800 Subject: [PATCH 12/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206010-Take-s?= =?UTF-8?q?teps-to-avoid-a-potential-integer-overflow-in-.patch=20?= =?UTF-8?q?=E4=B8=BA=200013-Take-steps-to-avoid-a-potential-integer-overfl?= =?UTF-8?q?ow-in-.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...013-Take-steps-to-avoid-a-potential-integer-overflow-in-.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6010-Take-steps-to-avoid-a-potential-integer-overflow-in-.patch => 0013-Take-steps-to-avoid-a-potential-integer-overflow-in-.patch (100%) diff --git a/6010-Take-steps-to-avoid-a-potential-integer-overflow-in-.patch b/0013-Take-steps-to-avoid-a-potential-integer-overflow-in-.patch similarity index 100% rename from 6010-Take-steps-to-avoid-a-potential-integer-overflow-in-.patch rename to 0013-Take-steps-to-avoid-a-potential-integer-overflow-in-.patch -- Gitee From 711bbde7d6708ea43ba8b02e4cf2f64606ab44f9 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:10:56 +0800 Subject: [PATCH 13/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206011-Fix-mi?= =?UTF-8?q?nor-memory-leak-in-the-dbstat-extension-that-c.patch=20?= =?UTF-8?q?=E4=B8=BA=200014-Fix-minor-memory-leak-in-the-dbstat-extension-?= =?UTF-8?q?that-c.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...014-Fix-minor-memory-leak-in-the-dbstat-extension-that-c.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6011-Fix-minor-memory-leak-in-the-dbstat-extension-that-c.patch => 0014-Fix-minor-memory-leak-in-the-dbstat-extension-that-c.patch (100%) diff --git a/6011-Fix-minor-memory-leak-in-the-dbstat-extension-that-c.patch b/0014-Fix-minor-memory-leak-in-the-dbstat-extension-that-c.patch similarity index 100% rename from 6011-Fix-minor-memory-leak-in-the-dbstat-extension-that-c.patch rename to 0014-Fix-minor-memory-leak-in-the-dbstat-extension-that-c.patch -- Gitee From 1824ba27bcf667b5acfb08b4a35968821a001183 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:11:06 +0800 Subject: [PATCH 14/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206012-Fix-a-?= =?UTF-8?q?failing-assert-in-sqlite3ResetAllSchemasOfConn.patch=20?= =?UTF-8?q?=E4=B8=BA=200015-Fix-a-failing-assert-in-sqlite3ResetAllSchemas?= =?UTF-8?q?OfConn.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...015-Fix-a-failing-assert-in-sqlite3ResetAllSchemasOfConn.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6012-Fix-a-failing-assert-in-sqlite3ResetAllSchemasOfConn.patch => 0015-Fix-a-failing-assert-in-sqlite3ResetAllSchemasOfConn.patch (100%) diff --git a/6012-Fix-a-failing-assert-in-sqlite3ResetAllSchemasOfConn.patch b/0015-Fix-a-failing-assert-in-sqlite3ResetAllSchemasOfConn.patch similarity index 100% rename from 6012-Fix-a-failing-assert-in-sqlite3ResetAllSchemasOfConn.patch rename to 0015-Fix-a-failing-assert-in-sqlite3ResetAllSchemasOfConn.patch -- Gitee From 71f22b755f0dcc2391f5798b091fce9586805ba2 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:11:16 +0800 Subject: [PATCH 15/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206013-Fix-a-?= =?UTF-8?q?parser-bug-in-the-use-of-parentheses-around-ta.patch=20?= =?UTF-8?q?=E4=B8=BA=200016-Fix-a-parser-bug-in-the-use-of-parentheses-aro?= =?UTF-8?q?und-ta.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...016-Fix-a-parser-bug-in-the-use-of-parentheses-around-ta.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6013-Fix-a-parser-bug-in-the-use-of-parentheses-around-ta.patch => 0016-Fix-a-parser-bug-in-the-use-of-parentheses-around-ta.patch (100%) diff --git a/6013-Fix-a-parser-bug-in-the-use-of-parentheses-around-ta.patch b/0016-Fix-a-parser-bug-in-the-use-of-parentheses-around-ta.patch similarity index 100% rename from 6013-Fix-a-parser-bug-in-the-use-of-parentheses-around-ta.patch rename to 0016-Fix-a-parser-bug-in-the-use-of-parentheses-around-ta.patch -- Gitee From 7ee0070701da54f71e00fc78de4b2582035f9506 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:11:25 +0800 Subject: [PATCH 16/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206014-Fix-po?= =?UTF-8?q?ssible-integer-overflow-while-running-PRAGMA-i.patch=20?= =?UTF-8?q?=E4=B8=BA=200017-Fix-possible-integer-overflow-while-running-PR?= =?UTF-8?q?AGMA-i.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...017-Fix-possible-integer-overflow-while-running-PRAGMA-i.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6014-Fix-possible-integer-overflow-while-running-PRAGMA-i.patch => 0017-Fix-possible-integer-overflow-while-running-PRAGMA-i.patch (100%) diff --git a/6014-Fix-possible-integer-overflow-while-running-PRAGMA-i.patch b/0017-Fix-possible-integer-overflow-while-running-PRAGMA-i.patch similarity index 100% rename from 6014-Fix-possible-integer-overflow-while-running-PRAGMA-i.patch rename to 0017-Fix-possible-integer-overflow-while-running-PRAGMA-i.patch -- Gitee From 5b5d5b165985c0ba03caa849836c5a80a540760e Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:11:38 +0800 Subject: [PATCH 17/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206015-Fix-a-?= =?UTF-8?q?segfault-caused-by-using-the-RAISE-function-in.patch=20?= =?UTF-8?q?=E4=B8=BA=200018-Fix-a-segfault-caused-by-using-the-RAISE-funct?= =?UTF-8?q?ion-in.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...018-Fix-a-segfault-caused-by-using-the-RAISE-function-in.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6015-Fix-a-segfault-caused-by-using-the-RAISE-function-in.patch => 0018-Fix-a-segfault-caused-by-using-the-RAISE-function-in.patch (100%) diff --git a/6015-Fix-a-segfault-caused-by-using-the-RAISE-function-in.patch b/0018-Fix-a-segfault-caused-by-using-the-RAISE-function-in.patch similarity index 100% rename from 6015-Fix-a-segfault-caused-by-using-the-RAISE-function-in.patch rename to 0018-Fix-a-segfault-caused-by-using-the-RAISE-function-in.patch -- Gitee From d2a61aa7111fca4d810ea8aeaa3f21d6ee0e74e2 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:11:48 +0800 Subject: [PATCH 18/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206016-Fix-an?= =?UTF-8?q?other-problem-with-corrupt-database-handling-i.patch=20?= =?UTF-8?q?=E4=B8=BA=200019-Fix-another-problem-with-corrupt-database-hand?= =?UTF-8?q?ling-i.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...019-Fix-another-problem-with-corrupt-database-handling-i.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6016-Fix-another-problem-with-corrupt-database-handling-i.patch => 0019-Fix-another-problem-with-corrupt-database-handling-i.patch (100%) diff --git a/6016-Fix-another-problem-with-corrupt-database-handling-i.patch b/0019-Fix-another-problem-with-corrupt-database-handling-i.patch similarity index 100% rename from 6016-Fix-another-problem-with-corrupt-database-handling-i.patch rename to 0019-Fix-another-problem-with-corrupt-database-handling-i.patch -- Gitee From 3d5464b54d5ad5ec73715330ded7761cb63d3fd2 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:12:03 +0800 Subject: [PATCH 19/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206017-Fix-a-?= =?UTF-8?q?buffer-overwrite-in-fts5-triggered-by-a-corrup.patch=20?= =?UTF-8?q?=E4=B8=BA=200020-Fix-a-buffer-overwrite-in-fts5-triggered-by-a-?= =?UTF-8?q?corrup.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...020-Fix-a-buffer-overwrite-in-fts5-triggered-by-a-corrup.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6017-Fix-a-buffer-overwrite-in-fts5-triggered-by-a-corrup.patch => 0020-Fix-a-buffer-overwrite-in-fts5-triggered-by-a-corrup.patch (100%) diff --git a/6017-Fix-a-buffer-overwrite-in-fts5-triggered-by-a-corrup.patch b/0020-Fix-a-buffer-overwrite-in-fts5-triggered-by-a-corrup.patch similarity index 100% rename from 6017-Fix-a-buffer-overwrite-in-fts5-triggered-by-a-corrup.patch rename to 0020-Fix-a-buffer-overwrite-in-fts5-triggered-by-a-corrup.patch -- Gitee From a819b3de95f7fed0e767e4ec8aac4934e2895c96 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:12:14 +0800 Subject: [PATCH 20/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206018-Fix-an?= =?UTF-8?q?other-case-in-fts5-where-a-corrupt-database-co.patch=20?= =?UTF-8?q?=E4=B8=BA=200021-Fix-another-case-in-fts5-where-a-corrupt-datab?= =?UTF-8?q?ase-co.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...021-Fix-another-case-in-fts5-where-a-corrupt-database-co.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6018-Fix-another-case-in-fts5-where-a-corrupt-database-co.patch => 0021-Fix-another-case-in-fts5-where-a-corrupt-database-co.patch (100%) diff --git a/6018-Fix-another-case-in-fts5-where-a-corrupt-database-co.patch b/0021-Fix-another-case-in-fts5-where-a-corrupt-database-co.patch similarity index 100% rename from 6018-Fix-another-case-in-fts5-where-a-corrupt-database-co.patch rename to 0021-Fix-another-case-in-fts5-where-a-corrupt-database-co.patch -- Gitee From 9430f7cf882611f83872e324bb933bff40396e9c Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:12:26 +0800 Subject: [PATCH 21/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206019-Fix-an?= =?UTF-8?q?other-potential-buffer-overread-in-fts5.patch=20=E4=B8=BA=20002?= =?UTF-8?q?2-Fix-another-potential-buffer-overread-in-fts5.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...ch => 0022-Fix-another-potential-buffer-overread-in-fts5.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6019-Fix-another-potential-buffer-overread-in-fts5.patch => 0022-Fix-another-potential-buffer-overread-in-fts5.patch (100%) diff --git a/6019-Fix-another-potential-buffer-overread-in-fts5.patch b/0022-Fix-another-potential-buffer-overread-in-fts5.patch similarity index 100% rename from 6019-Fix-another-potential-buffer-overread-in-fts5.patch rename to 0022-Fix-another-potential-buffer-overread-in-fts5.patch -- Gitee From 7832687b7121caafe953f41833c33158212f7c8a Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:12:40 +0800 Subject: [PATCH 22/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206020-Fix-a-?= =?UTF-8?q?possible-memory-leak-when-trying-to-UPDATE-a-c.patch=20?= =?UTF-8?q?=E4=B8=BA=200023-Fix-a-possible-memory-leak-when-trying-to-UPDA?= =?UTF-8?q?TE-a-c.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...023-Fix-a-possible-memory-leak-when-trying-to-UPDATE-a-c.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6020-Fix-a-possible-memory-leak-when-trying-to-UPDATE-a-c.patch => 0023-Fix-a-possible-memory-leak-when-trying-to-UPDATE-a-c.patch (100%) diff --git a/6020-Fix-a-possible-memory-leak-when-trying-to-UPDATE-a-c.patch b/0023-Fix-a-possible-memory-leak-when-trying-to-UPDATE-a-c.patch similarity index 100% rename from 6020-Fix-a-possible-memory-leak-when-trying-to-UPDATE-a-c.patch rename to 0023-Fix-a-possible-memory-leak-when-trying-to-UPDATE-a-c.patch -- Gitee From 473daf27c6dd831c75d3ead2089b889e14b101bb Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:12:50 +0800 Subject: [PATCH 23/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206021-Fix-an?= =?UTF-8?q?-out-of-bounds-read-in-SQL-function-fts5=5Fdecod.patch=20?= =?UTF-8?q?=E4=B8=BA=200024-Fix-an-out-of-bounds-read-in-SQL-function-fts5?= =?UTF-8?q?=5Fdecod.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...024-Fix-an-out-of-bounds-read-in-SQL-function-fts5_decod.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6021-Fix-an-out-of-bounds-read-in-SQL-function-fts5_decod.patch => 0024-Fix-an-out-of-bounds-read-in-SQL-function-fts5_decod.patch (100%) diff --git a/6021-Fix-an-out-of-bounds-read-in-SQL-function-fts5_decod.patch b/0024-Fix-an-out-of-bounds-read-in-SQL-function-fts5_decod.patch similarity index 100% rename from 6021-Fix-an-out-of-bounds-read-in-SQL-function-fts5_decod.patch rename to 0024-Fix-an-out-of-bounds-read-in-SQL-function-fts5_decod.patch -- Gitee From 3eff60e85bc2216fcc2c5052be179604009060c5 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:12:59 +0800 Subject: [PATCH 24/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206022-Fix-a-?= =?UTF-8?q?segfault-in-fts3-prompted-by-a-corrupted-datab.patch=20?= =?UTF-8?q?=E4=B8=BA=200025-Fix-a-segfault-in-fts3-prompted-by-a-corrupted?= =?UTF-8?q?-datab.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...025-Fix-a-segfault-in-fts3-prompted-by-a-corrupted-datab.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6022-Fix-a-segfault-in-fts3-prompted-by-a-corrupted-datab.patch => 0025-Fix-a-segfault-in-fts3-prompted-by-a-corrupted-datab.patch (100%) diff --git a/6022-Fix-a-segfault-in-fts3-prompted-by-a-corrupted-datab.patch b/0025-Fix-a-segfault-in-fts3-prompted-by-a-corrupted-datab.patch similarity index 100% rename from 6022-Fix-a-segfault-in-fts3-prompted-by-a-corrupted-datab.patch rename to 0025-Fix-a-segfault-in-fts3-prompted-by-a-corrupted-datab.patch -- Gitee From b35e4e0c54e3e042c042ab24ba5f8beb1f3e16ac Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:13:11 +0800 Subject: [PATCH 25/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206023-Preven?= =?UTF-8?q?t-unsigned-32-bit-integer-overflow-from-leadin.patch=20?= =?UTF-8?q?=E4=B8=BA=200026-Prevent-unsigned-32-bit-integer-overflow-from-?= =?UTF-8?q?leadin.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...026-Prevent-unsigned-32-bit-integer-overflow-from-leadin.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6023-Prevent-unsigned-32-bit-integer-overflow-from-leadin.patch => 0026-Prevent-unsigned-32-bit-integer-overflow-from-leadin.patch (100%) diff --git a/6023-Prevent-unsigned-32-bit-integer-overflow-from-leadin.patch b/0026-Prevent-unsigned-32-bit-integer-overflow-from-leadin.patch similarity index 100% rename from 6023-Prevent-unsigned-32-bit-integer-overflow-from-leadin.patch rename to 0026-Prevent-unsigned-32-bit-integer-overflow-from-leadin.patch -- Gitee From 2b5ada67a27b39a17cb1b23ac6b109f1c2e08760 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:13:21 +0800 Subject: [PATCH 26/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206024-Fix-a-?= =?UTF-8?q?problem-causing-a-crash-if-an-fts5vocab-table-.patch=20?= =?UTF-8?q?=E4=B8=BA=200027-Fix-a-problem-causing-a-crash-if-an-fts5vocab-?= =?UTF-8?q?table-.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...027-Fix-a-problem-causing-a-crash-if-an-fts5vocab-table-.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6024-Fix-a-problem-causing-a-crash-if-an-fts5vocab-table-.patch => 0027-Fix-a-problem-causing-a-crash-if-an-fts5vocab-table-.patch (100%) diff --git a/6024-Fix-a-problem-causing-a-crash-if-an-fts5vocab-table-.patch b/0027-Fix-a-problem-causing-a-crash-if-an-fts5vocab-table-.patch similarity index 100% rename from 6024-Fix-a-problem-causing-a-crash-if-an-fts5vocab-table-.patch rename to 0027-Fix-a-problem-causing-a-crash-if-an-fts5vocab-table-.patch -- Gitee From 05543593538fcbce8c3b038f0c401d16f4b82bd2 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:13:34 +0800 Subject: [PATCH 27/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206025-Fix-a-?= =?UTF-8?q?harmless-memory-leak-in-the-Lemon-parser-gener.patch=20?= =?UTF-8?q?=E4=B8=BA=200028-Fix-a-harmless-memory-leak-in-the-Lemon-parser?= =?UTF-8?q?-gener.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...028-Fix-a-harmless-memory-leak-in-the-Lemon-parser-gener.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6025-Fix-a-harmless-memory-leak-in-the-Lemon-parser-gener.patch => 0028-Fix-a-harmless-memory-leak-in-the-Lemon-parser-gener.patch (100%) diff --git a/6025-Fix-a-harmless-memory-leak-in-the-Lemon-parser-gener.patch b/0028-Fix-a-harmless-memory-leak-in-the-Lemon-parser-gener.patch similarity index 100% rename from 6025-Fix-a-harmless-memory-leak-in-the-Lemon-parser-gener.patch rename to 0028-Fix-a-harmless-memory-leak-in-the-Lemon-parser-gener.patch -- Gitee From 7afff9642a256ec0fc6974537affb6b8b7bcf535 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:13:45 +0800 Subject: [PATCH 28/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206026-Handle?= =?UTF-8?q?-SQL-NULL-values-without-crashing-in-the-fts5-.patch=20?= =?UTF-8?q?=E4=B8=BA=200029-Handle-SQL-NULL-values-without-crashing-in-the?= =?UTF-8?q?-fts5-.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...029-Handle-SQL-NULL-values-without-crashing-in-the-fts5-.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6026-Handle-SQL-NULL-values-without-crashing-in-the-fts5-.patch => 0029-Handle-SQL-NULL-values-without-crashing-in-the-fts5-.patch (100%) diff --git a/6026-Handle-SQL-NULL-values-without-crashing-in-the-fts5-.patch b/0029-Handle-SQL-NULL-values-without-crashing-in-the-fts5-.patch similarity index 100% rename from 6026-Handle-SQL-NULL-values-without-crashing-in-the-fts5-.patch rename to 0029-Handle-SQL-NULL-values-without-crashing-in-the-fts5-.patch -- Gitee From 89bb662185a368483eb9da9f3921bf8f1aaac4c9 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:13:58 +0800 Subject: [PATCH 29/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206027-Fix-a-?= =?UTF-8?q?memory-leak-that-could-occur-in-fts3-when-hand.patch=20?= =?UTF-8?q?=E4=B8=BA=200030-Fix-a-memory-leak-that-could-occur-in-fts3-whe?= =?UTF-8?q?n-hand.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...030-Fix-a-memory-leak-that-could-occur-in-fts3-when-hand.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6027-Fix-a-memory-leak-that-could-occur-in-fts3-when-hand.patch => 0030-Fix-a-memory-leak-that-could-occur-in-fts3-when-hand.patch (100%) diff --git a/6027-Fix-a-memory-leak-that-could-occur-in-fts3-when-hand.patch b/0030-Fix-a-memory-leak-that-could-occur-in-fts3-when-hand.patch similarity index 100% rename from 6027-Fix-a-memory-leak-that-could-occur-in-fts3-when-hand.patch rename to 0030-Fix-a-memory-leak-that-could-occur-in-fts3-when-hand.patch -- Gitee From 66e0a9f9ab05b23208d49c23074877c42a066d1b Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:14:07 +0800 Subject: [PATCH 30/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206028-Fix-a-?= =?UTF-8?q?buffer-overwrite-that-could-occur-when-running.patch=20?= =?UTF-8?q?=E4=B8=BA=200031-Fix-a-buffer-overwrite-that-could-occur-when-r?= =?UTF-8?q?unning.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...031-Fix-a-buffer-overwrite-that-could-occur-when-running.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6028-Fix-a-buffer-overwrite-that-could-occur-when-running.patch => 0031-Fix-a-buffer-overwrite-that-could-occur-when-running.patch (100%) diff --git a/6028-Fix-a-buffer-overwrite-that-could-occur-when-running.patch b/0031-Fix-a-buffer-overwrite-that-could-occur-when-running.patch similarity index 100% rename from 6028-Fix-a-buffer-overwrite-that-could-occur-when-running.patch rename to 0031-Fix-a-buffer-overwrite-that-could-occur-when-running.patch -- Gitee From a60b72dcee56dfc540a4c31b0c90a42bb4f68bd3 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:14:21 +0800 Subject: [PATCH 31/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206029-Fix-an?= =?UTF-8?q?other-corruption-related-crash-in-fts5.patch=20=E4=B8=BA=200032?= =?UTF-8?q?-Fix-another-corruption-related-crash-in-fts5.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...tch => 0032-Fix-another-corruption-related-crash-in-fts5.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6029-Fix-another-corruption-related-crash-in-fts5.patch => 0032-Fix-another-corruption-related-crash-in-fts5.patch (100%) diff --git a/6029-Fix-another-corruption-related-crash-in-fts5.patch b/0032-Fix-another-corruption-related-crash-in-fts5.patch similarity index 100% rename from 6029-Fix-another-corruption-related-crash-in-fts5.patch rename to 0032-Fix-another-corruption-related-crash-in-fts5.patch -- Gitee From 46c4a5f8e13820dc7a76628ec1d28123202a47ca Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:14:31 +0800 Subject: [PATCH 32/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206030-Avoid-?= =?UTF-8?q?integer-overflow-when-computing-the-array-of-a.patch=20?= =?UTF-8?q?=E4=B8=BA=200033-Avoid-integer-overflow-when-computing-the-arra?= =?UTF-8?q?y-of-a.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...033-Avoid-integer-overflow-when-computing-the-array-of-a.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6030-Avoid-integer-overflow-when-computing-the-array-of-a.patch => 0033-Avoid-integer-overflow-when-computing-the-array-of-a.patch (100%) diff --git a/6030-Avoid-integer-overflow-when-computing-the-array-of-a.patch b/0033-Avoid-integer-overflow-when-computing-the-array-of-a.patch similarity index 100% rename from 6030-Avoid-integer-overflow-when-computing-the-array-of-a.patch rename to 0033-Avoid-integer-overflow-when-computing-the-array-of-a.patch -- Gitee From 2ea491f1adda658c25d1bd845ed4219954103698 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:14:44 +0800 Subject: [PATCH 33/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206031-Fix-an?= =?UTF-8?q?other-segfault-caused-by-a-corrupt-fts3-databa.patch=20?= =?UTF-8?q?=E4=B8=BA=200034-Fix-another-segfault-caused-by-a-corrupt-fts3-?= =?UTF-8?q?databa.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...034-Fix-another-segfault-caused-by-a-corrupt-fts3-databa.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6031-Fix-another-segfault-caused-by-a-corrupt-fts3-databa.patch => 0034-Fix-another-segfault-caused-by-a-corrupt-fts3-databa.patch (100%) diff --git a/6031-Fix-another-segfault-caused-by-a-corrupt-fts3-databa.patch b/0034-Fix-another-segfault-caused-by-a-corrupt-fts3-databa.patch similarity index 100% rename from 6031-Fix-another-segfault-caused-by-a-corrupt-fts3-databa.patch rename to 0034-Fix-another-segfault-caused-by-a-corrupt-fts3-databa.patch -- Gitee From 63a1641d18b9c102b3b62c67d7ce2adb946e883e Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:14:56 +0800 Subject: [PATCH 34/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206032-Fix-a-?= =?UTF-8?q?buffer-overrun-that-could-occur-in-fts5-if-a-p.patch=20?= =?UTF-8?q?=E4=B8=BA=200035-Fix-a-buffer-overrun-that-could-occur-in-fts5-?= =?UTF-8?q?if-a-p.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...035-Fix-a-buffer-overrun-that-could-occur-in-fts5-if-a-p.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6032-Fix-a-buffer-overrun-that-could-occur-in-fts5-if-a-p.patch => 0035-Fix-a-buffer-overrun-that-could-occur-in-fts5-if-a-p.patch (100%) diff --git a/6032-Fix-a-buffer-overrun-that-could-occur-in-fts5-if-a-p.patch b/0035-Fix-a-buffer-overrun-that-could-occur-in-fts5-if-a-p.patch similarity index 100% rename from 6032-Fix-a-buffer-overrun-that-could-occur-in-fts5-if-a-p.patch rename to 0035-Fix-a-buffer-overrun-that-could-occur-in-fts5-if-a-p.patch -- Gitee From 5103e7ac1bed834c793b2535c1a9ae2b67b8a656 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:15:07 +0800 Subject: [PATCH 35/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206033-Fix-an?= =?UTF-8?q?other-fts5-crash-that-can-occur-if-the-databas.patch=20?= =?UTF-8?q?=E4=B8=BA=200036-Fix-another-fts5-crash-that-can-occur-if-the-d?= =?UTF-8?q?atabas.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...036-Fix-another-fts5-crash-that-can-occur-if-the-databas.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6033-Fix-another-fts5-crash-that-can-occur-if-the-databas.patch => 0036-Fix-another-fts5-crash-that-can-occur-if-the-databas.patch (100%) diff --git a/6033-Fix-another-fts5-crash-that-can-occur-if-the-databas.patch b/0036-Fix-another-fts5-crash-that-can-occur-if-the-databas.patch similarity index 100% rename from 6033-Fix-another-fts5-crash-that-can-occur-if-the-databas.patch rename to 0036-Fix-another-fts5-crash-that-can-occur-if-the-databas.patch -- Gitee From 0f8d7798ccdfc4329ad28a134d73073002306aa0 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:15:20 +0800 Subject: [PATCH 36/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206034-Fix-an?= =?UTF-8?q?-assert-in-vdbemem.c-that-could-fire-if-the-da.patch=20?= =?UTF-8?q?=E4=B8=BA=200037-Fix-an-assert-in-vdbemem.c-that-could-fire-if-?= =?UTF-8?q?the-da.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...037-Fix-an-assert-in-vdbemem.c-that-could-fire-if-the-da.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6034-Fix-an-assert-in-vdbemem.c-that-could-fire-if-the-da.patch => 0037-Fix-an-assert-in-vdbemem.c-that-could-fire-if-the-da.patch (100%) diff --git a/6034-Fix-an-assert-in-vdbemem.c-that-could-fire-if-the-da.patch b/0037-Fix-an-assert-in-vdbemem.c-that-could-fire-if-the-da.patch similarity index 100% rename from 6034-Fix-an-assert-in-vdbemem.c-that-could-fire-if-the-da.patch rename to 0037-Fix-an-assert-in-vdbemem.c-that-could-fire-if-the-da.patch -- Gitee From 413e0d5513fa021dae8d2271a345e775705d8f9a Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:15:32 +0800 Subject: [PATCH 37/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206035-Fix-a-?= =?UTF-8?q?potential-problem-with-INSERT-INTO-.-SELECT-FR.patch=20?= =?UTF-8?q?=E4=B8=BA=200038-Fix-a-potential-problem-with-INSERT-INTO-.-SEL?= =?UTF-8?q?ECT-FR.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...038-Fix-a-potential-problem-with-INSERT-INTO-.-SELECT-FR.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6035-Fix-a-potential-problem-with-INSERT-INTO-.-SELECT-FR.patch => 0038-Fix-a-potential-problem-with-INSERT-INTO-.-SELECT-FR.patch (100%) diff --git a/6035-Fix-a-potential-problem-with-INSERT-INTO-.-SELECT-FR.patch b/0038-Fix-a-potential-problem-with-INSERT-INTO-.-SELECT-FR.patch similarity index 100% rename from 6035-Fix-a-potential-problem-with-INSERT-INTO-.-SELECT-FR.patch rename to 0038-Fix-a-potential-problem-with-INSERT-INTO-.-SELECT-FR.patch -- Gitee From 652f547f01544214be1fc00ad29c375212758cdf Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:15:44 +0800 Subject: [PATCH 38/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206036-Fix-a-?= =?UTF-8?q?segfault-that-could-follow-an-OOM-when-queryin.patch=20?= =?UTF-8?q?=E4=B8=BA=200039-Fix-a-segfault-that-could-follow-an-OOM-when-q?= =?UTF-8?q?ueryin.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...039-Fix-a-segfault-that-could-follow-an-OOM-when-queryin.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6036-Fix-a-segfault-that-could-follow-an-OOM-when-queryin.patch => 0039-Fix-a-segfault-that-could-follow-an-OOM-when-queryin.patch (100%) diff --git a/6036-Fix-a-segfault-that-could-follow-an-OOM-when-queryin.patch b/0039-Fix-a-segfault-that-could-follow-an-OOM-when-queryin.patch similarity index 100% rename from 6036-Fix-a-segfault-that-could-follow-an-OOM-when-queryin.patch rename to 0039-Fix-a-segfault-that-could-follow-an-OOM-when-queryin.patch -- Gitee From 4006bb682f30d0b058b1b53324e5c2505a668588 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:15:57 +0800 Subject: [PATCH 39/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206037-Fix-a-?= =?UTF-8?q?buffer-overread-in-fts3-that-could-occur-when-.patch=20?= =?UTF-8?q?=E4=B8=BA=200040-Fix-a-buffer-overread-in-fts3-that-could-occur?= =?UTF-8?q?-when-.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...040-Fix-a-buffer-overread-in-fts3-that-could-occur-when-.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6037-Fix-a-buffer-overread-in-fts3-that-could-occur-when-.patch => 0040-Fix-a-buffer-overread-in-fts3-that-could-occur-when-.patch (100%) diff --git a/6037-Fix-a-buffer-overread-in-fts3-that-could-occur-when-.patch b/0040-Fix-a-buffer-overread-in-fts3-that-could-occur-when-.patch similarity index 100% rename from 6037-Fix-a-buffer-overread-in-fts3-that-could-occur-when-.patch rename to 0040-Fix-a-buffer-overread-in-fts3-that-could-occur-when-.patch -- Gitee From 2a93fbb21a17f25d5ba50cc79a9e4d885fa00187 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:16:08 +0800 Subject: [PATCH 40/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206038-Fix-a-?= =?UTF-8?q?buffer-overrun-triggered-by-a-merge-operation-.patch=20?= =?UTF-8?q?=E4=B8=BA=200041-Fix-a-buffer-overrun-triggered-by-a-merge-oper?= =?UTF-8?q?ation-.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...041-Fix-a-buffer-overrun-triggered-by-a-merge-operation-.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6038-Fix-a-buffer-overrun-triggered-by-a-merge-operation-.patch => 0041-Fix-a-buffer-overrun-triggered-by-a-merge-operation-.patch (100%) diff --git a/6038-Fix-a-buffer-overrun-triggered-by-a-merge-operation-.patch b/0041-Fix-a-buffer-overrun-triggered-by-a-merge-operation-.patch similarity index 100% rename from 6038-Fix-a-buffer-overrun-triggered-by-a-merge-operation-.patch rename to 0041-Fix-a-buffer-overrun-triggered-by-a-merge-operation-.patch -- Gitee From 08b565203c2fd3653e4468a961ae00dc9d9bb1dc Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:16:21 +0800 Subject: [PATCH 41/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206039-Fix-an?= =?UTF-8?q?other-buffer-overread-in-fts5-that-may-occur-w.patch=20?= =?UTF-8?q?=E4=B8=BA=200042-Fix-another-buffer-overread-in-fts5-that-may-o?= =?UTF-8?q?ccur-w.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...042-Fix-another-buffer-overread-in-fts5-that-may-occur-w.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6039-Fix-another-buffer-overread-in-fts5-that-may-occur-w.patch => 0042-Fix-another-buffer-overread-in-fts5-that-may-occur-w.patch (100%) diff --git a/6039-Fix-another-buffer-overread-in-fts5-that-may-occur-w.patch b/0042-Fix-another-buffer-overread-in-fts5-that-may-occur-w.patch similarity index 100% rename from 6039-Fix-another-buffer-overread-in-fts5-that-may-occur-w.patch rename to 0042-Fix-another-buffer-overread-in-fts5-that-may-occur-w.patch -- Gitee From 792bda3e5d1dd12f3ff2545e8417db40e0a10c59 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:16:35 +0800 Subject: [PATCH 42/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206040-Fix-an?= =?UTF-8?q?other-buffer-overrun-that-could-occur-when-que.patch=20?= =?UTF-8?q?=E4=B8=BA=200043-Fix-another-buffer-overrun-that-could-occur-wh?= =?UTF-8?q?en-que.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...043-Fix-another-buffer-overrun-that-could-occur-when-que.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6040-Fix-another-buffer-overrun-that-could-occur-when-que.patch => 0043-Fix-another-buffer-overrun-that-could-occur-when-que.patch (100%) diff --git a/6040-Fix-another-buffer-overrun-that-could-occur-when-que.patch b/0043-Fix-another-buffer-overrun-that-could-occur-when-que.patch similarity index 100% rename from 6040-Fix-another-buffer-overrun-that-could-occur-when-que.patch rename to 0043-Fix-another-buffer-overrun-that-could-occur-when-que.patch -- Gitee From 225eb74dcc8816949ca6cfa501756fedb7f7fec9 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:16:47 +0800 Subject: [PATCH 43/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206041-Fix-an?= =?UTF-8?q?other-segfault-that-could-occur-in-fts5-with-a.patch=20?= =?UTF-8?q?=E4=B8=BA=200044-Fix-another-segfault-that-could-occur-in-fts5-?= =?UTF-8?q?with-a.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...044-Fix-another-segfault-that-could-occur-in-fts5-with-a.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6041-Fix-another-segfault-that-could-occur-in-fts5-with-a.patch => 0044-Fix-another-segfault-that-could-occur-in-fts5-with-a.patch (100%) diff --git a/6041-Fix-another-segfault-that-could-occur-in-fts5-with-a.patch b/0044-Fix-another-segfault-that-could-occur-in-fts5-with-a.patch similarity index 100% rename from 6041-Fix-another-segfault-that-could-occur-in-fts5-with-a.patch rename to 0044-Fix-another-segfault-that-could-occur-in-fts5-with-a.patch -- Gitee From b5cab30fb594530e9e6cf3dd4f663a5a6191d3bc Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:17:01 +0800 Subject: [PATCH 44/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206042-Fix-a-?= =?UTF-8?q?potential-memory-leak-in-RBU-if-the-rbu=5Ffossil.patch=20?= =?UTF-8?q?=E4=B8=BA=200045-Fix-a-potential-memory-leak-in-RBU-if-the-rbu?= =?UTF-8?q?=5Ffossil.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...045-Fix-a-potential-memory-leak-in-RBU-if-the-rbu_fossil.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6042-Fix-a-potential-memory-leak-in-RBU-if-the-rbu_fossil.patch => 0045-Fix-a-potential-memory-leak-in-RBU-if-the-rbu_fossil.patch (100%) diff --git a/6042-Fix-a-potential-memory-leak-in-RBU-if-the-rbu_fossil.patch b/0045-Fix-a-potential-memory-leak-in-RBU-if-the-rbu_fossil.patch similarity index 100% rename from 6042-Fix-a-potential-memory-leak-in-RBU-if-the-rbu_fossil.patch rename to 0045-Fix-a-potential-memory-leak-in-RBU-if-the-rbu_fossil.patch -- Gitee From 6753ad4ed1af75faaee5ef5111772a3772f34330 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:17:11 +0800 Subject: [PATCH 45/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206043-Fix-a-?= =?UTF-8?q?potential-32-bit-integer-overflow-in-the-showd.patch=20?= =?UTF-8?q?=E4=B8=BA=200046-Fix-a-potential-32-bit-integer-overflow-in-the?= =?UTF-8?q?-showd.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...046-Fix-a-potential-32-bit-integer-overflow-in-the-showd.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6043-Fix-a-potential-32-bit-integer-overflow-in-the-showd.patch => 0046-Fix-a-potential-32-bit-integer-overflow-in-the-showd.patch (100%) diff --git a/6043-Fix-a-potential-32-bit-integer-overflow-in-the-showd.patch b/0046-Fix-a-potential-32-bit-integer-overflow-in-the-showd.patch similarity index 100% rename from 6043-Fix-a-potential-32-bit-integer-overflow-in-the-showd.patch rename to 0046-Fix-a-potential-32-bit-integer-overflow-in-the-showd.patch -- Gitee From a4d5eb083595706163a6ef53a5b9a153eb2e92dd Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:17:25 +0800 Subject: [PATCH 46/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206044-sqlite?= =?UTF-8?q?-CVE-2019-8457-out-of-bounds-read.patch=20=E4=B8=BA=200047-sqli?= =?UTF-8?q?te-CVE-2019-8457-out-of-bounds-read.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...ad.patch => 0047-sqlite-CVE-2019-8457-out-of-bounds-read.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6044-sqlite-CVE-2019-8457-out-of-bounds-read.patch => 0047-sqlite-CVE-2019-8457-out-of-bounds-read.patch (100%) diff --git a/6044-sqlite-CVE-2019-8457-out-of-bounds-read.patch b/0047-sqlite-CVE-2019-8457-out-of-bounds-read.patch similarity index 100% rename from 6044-sqlite-CVE-2019-8457-out-of-bounds-read.patch rename to 0047-sqlite-CVE-2019-8457-out-of-bounds-read.patch -- Gitee From cfca7355f4a2d74a05efe4cbe7541b5a8e7be441 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:17:38 +0800 Subject: [PATCH 47/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206045-sqlite?= =?UTF-8?q?-CVE-2019-16168.patch=20=E4=B8=BA=200048-sqlite-CVE-2019-16168.?= =?UTF-8?q?patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...qlite-CVE-2019-16168.patch => 0048-sqlite-CVE-2019-16168.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6045-sqlite-CVE-2019-16168.patch => 0048-sqlite-CVE-2019-16168.patch (100%) diff --git a/6045-sqlite-CVE-2019-16168.patch b/0048-sqlite-CVE-2019-16168.patch similarity index 100% rename from 6045-sqlite-CVE-2019-16168.patch rename to 0048-sqlite-CVE-2019-16168.patch -- Gitee From 8a03c1f269726282e4ba97e90dc914c439b6436b Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:17:50 +0800 Subject: [PATCH 48/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206046-Fix-CV?= =?UTF-8?q?E-2019-19646.patch=20=E4=B8=BA=200049-Fix-CVE-2019-19646.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 6046-Fix-CVE-2019-19646.patch => 0049-Fix-CVE-2019-19646.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6046-Fix-CVE-2019-19646.patch => 0049-Fix-CVE-2019-19646.patch (100%) diff --git a/6046-Fix-CVE-2019-19646.patch b/0049-Fix-CVE-2019-19646.patch similarity index 100% rename from 6046-Fix-CVE-2019-19646.patch rename to 0049-Fix-CVE-2019-19646.patch -- Gitee From 0e1075aa90a01bff2f9b1971a7441186de1fb099 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:18:05 +0800 Subject: [PATCH 49/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206047-Fix-CV?= =?UTF-8?q?E-2019-9936.patch=20=E4=B8=BA=200050-Fix-CVE-2019-9936.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 6047-Fix-CVE-2019-9936.patch => 0050-Fix-CVE-2019-9936.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6047-Fix-CVE-2019-9936.patch => 0050-Fix-CVE-2019-9936.patch (100%) diff --git a/6047-Fix-CVE-2019-9936.patch b/0050-Fix-CVE-2019-9936.patch similarity index 100% rename from 6047-Fix-CVE-2019-9936.patch rename to 0050-Fix-CVE-2019-9936.patch -- Gitee From 59d947b6645a651c331cd0a471ad67fb6b12839c Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:18:22 +0800 Subject: [PATCH 50/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206048-Fix-CV?= =?UTF-8?q?E-2019-9937.patch=20=E4=B8=BA=200051-Fix-CVE-2019-9937.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 6048-Fix-CVE-2019-9937.patch => 0051-Fix-CVE-2019-9937.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6048-Fix-CVE-2019-9937.patch => 0051-Fix-CVE-2019-9937.patch (100%) diff --git a/6048-Fix-CVE-2019-9937.patch b/0051-Fix-CVE-2019-9937.patch similarity index 100% rename from 6048-Fix-CVE-2019-9937.patch rename to 0051-Fix-CVE-2019-9937.patch -- Gitee From 75b921ed90ff4ff14e06f2d640c1dfd8ed7ffdeb Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:18:38 +0800 Subject: [PATCH 51/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206049-Fix-CV?= =?UTF-8?q?E-2019-19923-Continue-to-back-away-from-the-LEFT-JOIN-optimizat?= =?UTF-8?q?io.patch=20=E4=B8=BA=200052-Fix-CVE-2019-19923-Continue-to-back?= =?UTF-8?q?-away-from-the-LEFT-JOIN-optimizatio.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...923-Continue-to-back-away-from-the-LEFT-JOIN-optimizatio.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6049-Fix-CVE-2019-19923-Continue-to-back-away-from-the-LEFT-JOIN-optimizatio.patch => 0052-Fix-CVE-2019-19923-Continue-to-back-away-from-the-LEFT-JOIN-optimizatio.patch (100%) diff --git a/6049-Fix-CVE-2019-19923-Continue-to-back-away-from-the-LEFT-JOIN-optimizatio.patch b/0052-Fix-CVE-2019-19923-Continue-to-back-away-from-the-LEFT-JOIN-optimizatio.patch similarity index 100% rename from 6049-Fix-CVE-2019-19923-Continue-to-back-away-from-the-LEFT-JOIN-optimizatio.patch rename to 0052-Fix-CVE-2019-19923-Continue-to-back-away-from-the-LEFT-JOIN-optimizatio.patch -- Gitee From 8b8c74476d2497b6e88b7bed4fa31b4db830aecd Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:18:51 +0800 Subject: [PATCH 52/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206050-Fix-CV?= =?UTF-8?q?E-2019-19924-When-an-error-occurs-while-rewriting-the-parser-tr?= =?UTF-8?q?ee.patch=20=E4=B8=BA=200053-Fix-CVE-2019-19924-When-an-error-oc?= =?UTF-8?q?curs-while-rewriting-the-parser-tree.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...924-When-an-error-occurs-while-rewriting-the-parser-tree.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6050-Fix-CVE-2019-19924-When-an-error-occurs-while-rewriting-the-parser-tree.patch => 0053-Fix-CVE-2019-19924-When-an-error-occurs-while-rewriting-the-parser-tree.patch (100%) diff --git a/6050-Fix-CVE-2019-19924-When-an-error-occurs-while-rewriting-the-parser-tree.patch b/0053-Fix-CVE-2019-19924-When-an-error-occurs-while-rewriting-the-parser-tree.patch similarity index 100% rename from 6050-Fix-CVE-2019-19924-When-an-error-occurs-while-rewriting-the-parser-tree.patch rename to 0053-Fix-CVE-2019-19924-When-an-error-occurs-while-rewriting-the-parser-tree.patch -- Gitee From 4db92c118897316be59b10bb5e34da568f984aa0 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:19:07 +0800 Subject: [PATCH 53/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206051-Fix-CV?= =?UTF-8?q?E-2019-19925-Fix-the-zipfile-extension-so-that-INSERT-works-eve?= =?UTF-8?q?n-.patch=20=E4=B8=BA=200054-Fix-CVE-2019-19925-Fix-the-zipfile-?= =?UTF-8?q?extension-so-that-INSERT-works-even-.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...925-Fix-the-zipfile-extension-so-that-INSERT-works-even-.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6051-Fix-CVE-2019-19925-Fix-the-zipfile-extension-so-that-INSERT-works-even-.patch => 0054-Fix-CVE-2019-19925-Fix-the-zipfile-extension-so-that-INSERT-works-even-.patch (100%) diff --git a/6051-Fix-CVE-2019-19925-Fix-the-zipfile-extension-so-that-INSERT-works-even-.patch b/0054-Fix-CVE-2019-19925-Fix-the-zipfile-extension-so-that-INSERT-works-even-.patch similarity index 100% rename from 6051-Fix-CVE-2019-19925-Fix-the-zipfile-extension-so-that-INSERT-works-even-.patch rename to 0054-Fix-CVE-2019-19925-Fix-the-zipfile-extension-so-that-INSERT-works-even-.patch -- Gitee From 6478b567f51794c533ddda0159737427b7e5842f Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:19:20 +0800 Subject: [PATCH 54/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206052-Fix-CV?= =?UTF-8?q?E-2019-19926-Continuation-of-e2bddcd4c55ba3cb-Add-another-spot-?= =?UTF-8?q?wh.patch=20=E4=B8=BA=200055-Fix-CVE-2019-19926-Continuation-of-?= =?UTF-8?q?e2bddcd4c55ba3cb-Add-another-spot-wh.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...926-Continuation-of-e2bddcd4c55ba3cb-Add-another-spot-wh.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6052-Fix-CVE-2019-19926-Continuation-of-e2bddcd4c55ba3cb-Add-another-spot-wh.patch => 0055-Fix-CVE-2019-19926-Continuation-of-e2bddcd4c55ba3cb-Add-another-spot-wh.patch (100%) diff --git a/6052-Fix-CVE-2019-19926-Continuation-of-e2bddcd4c55ba3cb-Add-another-spot-wh.patch b/0055-Fix-CVE-2019-19926-Continuation-of-e2bddcd4c55ba3cb-Add-another-spot-wh.patch similarity index 100% rename from 6052-Fix-CVE-2019-19926-Continuation-of-e2bddcd4c55ba3cb-Add-another-spot-wh.patch rename to 0055-Fix-CVE-2019-19926-Continuation-of-e2bddcd4c55ba3cb-Add-another-spot-wh.patch -- Gitee From 4028658d2d82b8c3fdafb4a9ec0b90d1dcdccd9b Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:19:34 +0800 Subject: [PATCH 55/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206053-Fix-CV?= =?UTF-8?q?E-2019-20218-Do-not-attempt-to-unwind-the-WITH-stack-in-the-Par?= =?UTF-8?q?se.patch=20=E4=B8=BA=200056-Fix-CVE-2019-20218-Do-not-attempt-t?= =?UTF-8?q?o-unwind-the-WITH-stack-in-the-Parse.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...218-Do-not-attempt-to-unwind-the-WITH-stack-in-the-Parse.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6053-Fix-CVE-2019-20218-Do-not-attempt-to-unwind-the-WITH-stack-in-the-Parse.patch => 0056-Fix-CVE-2019-20218-Do-not-attempt-to-unwind-the-WITH-stack-in-the-Parse.patch (100%) diff --git a/6053-Fix-CVE-2019-20218-Do-not-attempt-to-unwind-the-WITH-stack-in-the-Parse.patch b/0056-Fix-CVE-2019-20218-Do-not-attempt-to-unwind-the-WITH-stack-in-the-Parse.patch similarity index 100% rename from 6053-Fix-CVE-2019-20218-Do-not-attempt-to-unwind-the-WITH-stack-in-the-Parse.patch rename to 0056-Fix-CVE-2019-20218-Do-not-attempt-to-unwind-the-WITH-stack-in-the-Parse.patch -- Gitee From 1510f8e16cdde3343f1da61914235ef49b0cadbd Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:19:48 +0800 Subject: [PATCH 56/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206054-Fix-th?= =?UTF-8?q?e-zipfile-function-in-the-zipfile-extension-so.patch=20?= =?UTF-8?q?=E4=B8=BA=200057-Fix-the-zipfile-function-in-the-zipfile-extens?= =?UTF-8?q?ion-so.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...057-Fix-the-zipfile-function-in-the-zipfile-extension-so.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6054-Fix-the-zipfile-function-in-the-zipfile-extension-so.patch => 0057-Fix-the-zipfile-function-in-the-zipfile-extension-so.patch (100%) diff --git a/6054-Fix-the-zipfile-function-in-the-zipfile-extension-so.patch b/0057-Fix-the-zipfile-function-in-the-zipfile-extension-so.patch similarity index 100% rename from 6054-Fix-the-zipfile-function-in-the-zipfile-extension-so.patch rename to 0057-Fix-the-zipfile-function-in-the-zipfile-extension-so.patch -- Gitee From fbd7b589dc37ef9ee837120f56f9e8d56b24f7bb Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:20:05 +0800 Subject: [PATCH 57/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206055-Fix-CV?= =?UTF-8?q?E-2018-20505.patch=20=E4=B8=BA=200058-Fix-CVE-2018-20505.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 6055-Fix-CVE-2018-20505.patch => 0058-Fix-CVE-2018-20505.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6055-Fix-CVE-2018-20505.patch => 0058-Fix-CVE-2018-20505.patch (100%) diff --git a/6055-Fix-CVE-2018-20505.patch b/0058-Fix-CVE-2018-20505.patch similarity index 100% rename from 6055-Fix-CVE-2018-20505.patch rename to 0058-Fix-CVE-2018-20505.patch -- Gitee From 6a69bd9a2b563a81384dab3397df40f6a935fd66 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:20:17 +0800 Subject: [PATCH 58/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206056-Fix-CV?= =?UTF-8?q?E-2020-9327.patch=20=E4=B8=BA=200059-Fix-CVE-2020-9327.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 6056-Fix-CVE-2020-9327.patch => 0059-Fix-CVE-2020-9327.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6056-Fix-CVE-2020-9327.patch => 0059-Fix-CVE-2020-9327.patch (100%) diff --git a/6056-Fix-CVE-2020-9327.patch b/0059-Fix-CVE-2020-9327.patch similarity index 100% rename from 6056-Fix-CVE-2020-9327.patch rename to 0059-Fix-CVE-2020-9327.patch -- Gitee From c1061356e62a59b189bdd161d5865fe5a1a112d1 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:20:31 +0800 Subject: [PATCH 59/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206057-Fix-CV?= =?UTF-8?q?E-2020-11655.patch=20=E4=B8=BA=200060-Fix-CVE-2020-11655.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 6057-Fix-CVE-2020-11655.patch => 0060-Fix-CVE-2020-11655.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6057-Fix-CVE-2020-11655.patch => 0060-Fix-CVE-2020-11655.patch (100%) diff --git a/6057-Fix-CVE-2020-11655.patch b/0060-Fix-CVE-2020-11655.patch similarity index 100% rename from 6057-Fix-CVE-2020-11655.patch rename to 0060-Fix-CVE-2020-11655.patch -- Gitee From 4814a7cc8cea7f35970eca6ccfe74673afdcdc47 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:20:57 +0800 Subject: [PATCH 60/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206058-Fix-CV?= =?UTF-8?q?E-2020-13434.patch=20=E4=B8=BA=200061-Fix-CVE-2020-13434.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 6058-Fix-CVE-2020-13434.patch => 0061-Fix-CVE-2020-13434.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6058-Fix-CVE-2020-13434.patch => 0061-Fix-CVE-2020-13434.patch (100%) diff --git a/6058-Fix-CVE-2020-13434.patch b/0061-Fix-CVE-2020-13434.patch similarity index 100% rename from 6058-Fix-CVE-2020-13434.patch rename to 0061-Fix-CVE-2020-13434.patch -- Gitee From ead4e2dcb895455c248329ac127487fc99dc330e Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:21:08 +0800 Subject: [PATCH 61/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206059-Fix-CV?= =?UTF-8?q?E-2020-13435.patch=20=E4=B8=BA=200062-Fix-CVE-2020-13435.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 6059-Fix-CVE-2020-13435.patch => 0062-Fix-CVE-2020-13435.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6059-Fix-CVE-2020-13435.patch => 0062-Fix-CVE-2020-13435.patch (100%) diff --git a/6059-Fix-CVE-2020-13435.patch b/0062-Fix-CVE-2020-13435.patch similarity index 100% rename from 6059-Fix-CVE-2020-13435.patch rename to 0062-Fix-CVE-2020-13435.patch -- Gitee From 71e9ac7753363838893c9aee87976883c3a15ccc Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:21:22 +0800 Subject: [PATCH 62/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206060-Fix-CV?= =?UTF-8?q?E-2020-13630.patch=20=E4=B8=BA=200063-Fix-CVE-2020-13630.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 6060-Fix-CVE-2020-13630.patch => 0063-Fix-CVE-2020-13630.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6060-Fix-CVE-2020-13630.patch => 0063-Fix-CVE-2020-13630.patch (100%) diff --git a/6060-Fix-CVE-2020-13630.patch b/0063-Fix-CVE-2020-13630.patch similarity index 100% rename from 6060-Fix-CVE-2020-13630.patch rename to 0063-Fix-CVE-2020-13630.patch -- Gitee From b3265a3d4560e16c2ef0ab0e1298df051ece7d8d Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 11:21:35 +0800 Subject: [PATCH 63/63] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206061-Fix-CV?= =?UTF-8?q?E-2020-13632.patch=20=E4=B8=BA=200064-Fix-CVE-2020-13632.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 6061-Fix-CVE-2020-13632.patch => 0064-Fix-CVE-2020-13632.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6061-Fix-CVE-2020-13632.patch => 0064-Fix-CVE-2020-13632.patch (100%) diff --git a/6061-Fix-CVE-2020-13632.patch b/0064-Fix-CVE-2020-13632.patch similarity index 100% rename from 6061-Fix-CVE-2020-13632.patch rename to 0064-Fix-CVE-2020-13632.patch -- Gitee