Skip to content

[PATCH] sqlite: Increase the size of loop variables in the printf() implementation

Increase the size of loop variables in the printf() implementation to avoid integer overflow on multi-gigabyte string arguments. CVE-2022-35737. This bug fix refers to: CVE-2022-35737 and it's a backport of a fix added in sqlite 3.39.2 (2022-07-21). Original commit: https://www.sqlite.org/src/info/aab790a16e1bdff7.

Signed-off-by: Ghassane Ben El Aattar ghassaneb.aattar@huawei.com

Edited by Ghassane Ben El Aattar

Merge request reports