Fix CVE-2021-20288

(cherry picked from commit 44f0f912a2e090d084cf3cea50d77f765d6eadbe)
This commit is contained in:
wangzengliang 2022-05-23 14:34:07 +08:00 committed by openeuler-sync-bot
parent 0105afecc6
commit 10f5ca1c94
2 changed files with 1590 additions and 1 deletions

1585
0026-CVE-2021-20288.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -68,7 +68,7 @@
#################################################################################
Name: ceph
Version: 12.2.8
Release: 21
Release: 22
Epoch: 2
# define _epoch_prefix macro which will expand to the empty string if epoch is
@ -109,6 +109,7 @@ Patch22: 0022-common-mempool-Modify-shard-selection-function.patch
Patch23: 0023-common-mempool-only-fail-tests-if-sharding-is-very-b.patch
Patch24: 0024-CVE-2021-3979.patch
Patch25: 0025-fix-rgw-ldap-safe_read_file-can-return-0.patch
Patch26: 0026-CVE-2021-20288.patch
Requires: glibc >= 2.28-66
@ -1857,6 +1858,9 @@ exit 0
%changelog
* Mon May 23 2022 wangzengliang <wangzengliang1@huawei.com> - 2:12.2.8-22
- 0026-CVE-2021-20288.patch
* Mon May 23 2022 wangzengliang <wangzengliang1@huawei.com> - 2:12.2.8-21
- fix rgw ldap:safe_read_file can return 0