diff options
author | Sana Kazi <sanakazisk19@gmail.com> | 2022-02-23 15:50:16 +0530 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-02-23 15:48:18 -0800 |
commit | 0722ff6f021df91542b5efa1ff5b5f6269f66add (patch) | |
tree | 2c04efb482495572dced38fd708497eb3149c92b /meta-python/recipes-devtools/python/python3-cryptography | |
parent | a6c1c340311caae188a9f935d993c1f12400332d (diff) | |
download | meta-openembedded-0722ff6f021df91542b5efa1ff5b5f6269f66add.tar.gz |
protobuf: Fix CVE-2021-22570
Fix CVE-2021-22570.
Link: https://koji.fedoraproject.org/koji/buildinfo?buildID=1916865
Link: https://src.fedoraproject.org/rpms/protobuf/blob/394beeacb500861f76473d47e10314e6a3600810/f/CVE-2021-22570.patch
Remove first and second hunk because the second argument in
InsertIfNotPresent() function is of type const char* const& but the
first and second hunk makes the type of second argument as const string
which is not compatible with the type of second argument in
InsertIfNotPresent().
Signed-off-by: Sana Kazi <Sana.Kazi@kpit.com>
Signed-off-by: Sana Kazi <sanakazisk19@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cryptography')
0 files changed, 0 insertions, 0 deletions