backport patches to fix unimportant memory leaks

Signed-off-by: xuraoqing <xuraoqing@huawei.com>
(cherry picked from commit efcce2d874e123a63c38a9600c3b396c8718cdc1)
This commit is contained in:
xuraoqing 2023-12-20 08:40:34 +08:00 committed by openeuler-sync-bot
parent dbe83c7fa6
commit 2c11bfb7c5
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