ubuntu/+source/sqlite3:applied/ubuntu/xenial-security

Last commit made on 2020-06-10
Get this branch:
git clone -b applied/ubuntu/xenial-security https://git.launchpad.net/ubuntu/+source/sqlite3
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
applied/ubuntu/xenial-security
Repository:
lp:ubuntu/+source/sqlite3

Recent commits

4c0a657... by Marc Deslauriers

3.11.0-1ubuntu1.5 (patches applied)

Imported using git-ubuntu import.

8bdc7c2... by Marc Deslauriers

[PATCH] Fix a null pointer deference that can occur on a strange

Gbp-Pq: CVE-2020-13632.patch.

7cdc9e6... by Marc Deslauriers

[PATCH] Fix a use-after-free bug in the fts3 snippet() function.

Gbp-Pq: CVE-2020-13630.patch.

d4664f3... by Marc Deslauriers

[PATCH] Limit the "precision" of floating-point to text conversions

Gbp-Pq: CVE-2020-13434.patch.

ec841cc... by Marc Deslauriers

[PATCH] Modify sqlite3_str_finish() and sqlite3VMPrintf() so that

Gbp-Pq: CVE-2020-13434-pre1.patch.

4729898... by Marc Deslauriers

[PATCH] Do not attempt to unwind the WITH stack in the Parse object

Gbp-Pq: CVE-2019-20218.patch.

e489b13... by Marc Deslauriers

[PATCH] Make sure the WITH stack in the Parse object is disabled

Gbp-Pq: CVE-2019-20218-pre1.patch.

493cdcd... by Marc Deslauriers

[PATCH] Continuation of [e2bddcd4c55ba3cb]: Add another spot where it

Gbp-Pq: CVE-2019-19926.patch.

17bef34... by Marc Deslauriers

[PATCH] Remove a reachable NEVER() in FTS3.

Gbp-Pq: CVE-2019-13753.patch.

cebbd72... by Marc Deslauriers

[PATCH] Further improve detection of corrupt records in fts3.

Gbp-Pq: CVE-2019-13751.patch.