Skip to content
Snippets Groups Projects

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

1 unresolved thread

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Marta Rybczynska
  • Marta Rybczynska
    Marta Rybczynska @mrybczyn started a thread on commit 299882f5
  • 1 FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
  • added 1 commit

    • 9db6225c - [PATCH] sqlite: Increase the size of loop variables in the printf()...

    Compare with previous version

  • added 1 commit

    • 6c38a919 - [PATCH] sqlite: Increase the size of loop variables in the printf()...

    Compare with previous version

  • Marta Rybczynska approved this merge request

    approved this merge request

  • Ghassane Ben El Aattar changed title from [PATCH] sqlite: Increase the size of loop variables in the printf()... to [PATCH] sqlite: Increase the size of loop variables in the printf() implementation to avoid harmless compiler warnings

    changed title from [PATCH] sqlite: Increase the size of loop variables in the printf()... to [PATCH] sqlite: Increase the size of loop variables in the printf() implementation to avoid harmless compiler warnings

  • Ghassane Ben El Aattar changed the description

    changed the description

  • added 1 commit

    • 2200007f - [PATCH] sqlite: Increase the size of loop variables in the printf()...

    Compare with previous version

  • added 1 commit

    • e67bf047 - [PATCH] sqlite: Increase the size of loop variables in the printf()...

    Compare with previous version

  • added 1 commit

    • bd2caffa - [PATCH] sqlite: Increase the size of loop variables in the printf()...

    Compare with previous version

  • added 1 commit

    • f0874fad - [PATCH] sqlite: Increase the size of loop variables in the printf()...

    Compare with previous version

  • added 1 commit

    • 791857c9 - [PATCH] sqlite: Increase the size of loop variables in the printf()...

    Compare with previous version

  • Ghassane Ben El Aattar changed title from [PATCH] sqlite: Increase the size of loop variables in the printf() implementation to avoid harmless compiler warnings to [PATCH] sqlite: Increase the size of loop variables in the printf() implementation

    changed title from [PATCH] sqlite: Increase the size of loop variables in the printf() implementation to avoid harmless compiler warnings to [PATCH] sqlite: Increase the size of loop variables in the printf() implementation

  • added 1 commit

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

    Compare with previous version

  • added 1 commit

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

    Compare with previous version

  • Ghassane Ben El Aattar changed the description

    changed the description

  • added 237 commits

    • e0dac956...db7e0150 - 236 commits from branch eclipse/oniro-core:kirkstone
    • c09b994b - [PATCH] sqlite: Increase the size of loop variables in the printf() implementation

    Compare with previous version

  • Same comments from qemu and tiff patches apply here.

  • Please register or sign in to reply
    Loading