!114 [sync] PR-109: backport patches to fix unimportant memory leaks

From: @openeuler-sync-bot 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
This commit is contained in:
openeuler-ci-bot 2023-12-27 09:43:52 +00:00 committed by Gitee
commit 1a26e01ea1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2307 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
Name: krb5
Version: 1.19.2
Release: 11
Release: 12
Summary: The Kerberos network authentication protocol
License: MIT
URL: http://web.mit.edu/kerberos/www/
@ -41,6 +41,7 @@ Patch17: backport-Simplify-krb5_cccol_have_content.patch
Patch18: backport-Fix-krb5_cccol_have_content-bad-pointer-free.patch
Patch19: backport-Fix-read-overruns-in-SPNEGO-parsing.patch
Patch20: backport-Fix-possible-double-free-during-KDB-creation.patch
Patch21: backport-Fix-unimportant-memory-leaks.patch
BuildRequires: gettext
BuildRequires: gcc make automake autoconf pkgconfig pam-devel libselinux-devel byacc
@ -333,6 +334,9 @@ make -C src check || :
%changelog
* Wed Dec 20 2023 xuraoqing<xuraoqing@huawei.com> - 1.19.2-12
- backport patches to fix umimportant memory leaks
* Thu Nov 30 2023 zhangruifang <zhangruifang1@h-partners.com> - 1.19.2-11
- Backport patches from upstream community