!52 fix CVE-2021-20269

From: @chenhaixaing 
Reviewed-by: @overweight 
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2022-08-03 12:09:30 +00:00 committed by Gitee
commit 007de1dd37
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 2 deletions

View File

@ -164,7 +164,7 @@ save_vmcore_dmesg_fs() {
_exitcode=$?
if [ $_exitcode -eq 0 ]; then
mv ${_path}/vmcore-dmesg-incomplete.txt ${_path}/vmcore-dmesg.txt
chmod 400 ${_path}/vmcore-dmesg.txt
# Make sure file is on disk. There have been instances where later
# saving vmcore failed and system rebooted without sync and there
# was no vmcore-dmesg.txt available.

View File

@ -4,7 +4,7 @@
Name: kexec-tools
Version: 2.0.20
Release: 17
Release: 18
License: GPLv2+
Summary: The kexec/kdump userspace component
URL: https://www.kernel.org/
@ -318,6 +318,9 @@ done
%endif
%changelog
* Wed Aug 3 2022 chenhaixiang <chenhaixiang3@huawei.com> - 2.0.20-18
- fix CVE-2021-20269
* Mon Apr 25 2022 wangbin <wangbin224@huawei.com> - 2.0.20-17
- arm64: kdump: deal with a lot of resource entries in /proc/iomem