Annocheck: Fix resource leak.
Resolves: RHEL-78253
This commit is contained in:
parent
e70735fa8d
commit
c8a780c544
@ -1,7 +1,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Annotate and examine compiled binary files
|
||||
Version: 12.88
|
||||
Version: 12.91
|
||||
Release: 1%{?dist}
|
||||
License: GPL-3.0-or-later AND LGPL-2.0-or-later AND (GPL-2.0-or-later WITH GCC-exception-2.0) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND GFDL-1.3-or-later
|
||||
# Maintainer: nickc@redhat.com
|
||||
@ -370,6 +370,11 @@ exit $res
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Thu Feb 13 2025 Nick Clifton <nickc@redhat.com> - 12.91-1
|
||||
- Annocheck: Fix resource leak. (RHEL-79253)
|
||||
- Annocheck: Fix double free. Add special handling for COMBOOT modules.
|
||||
- Annocheck: Improve diagnostics when a separate debug info file cannot be found.
|
||||
|
||||
* Mon Feb 03 2025 Nick Clifton <nickc@redhat.com> - 12.88-1
|
||||
- Annocheck: Look for -fstack-clash-protection in DW_AT_producer string. (RHEL-77489)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-12.88.tar.xz) = 2523617393c2f8a7f61f863eecc49f94ab53b71c15522543bb2a6ddbdead6dc306dd67e0df73765b881fcbb4617af940e0fc5865cccb5b4940b11ce2cd27f816
|
||||
SHA512 (annobin-12.91.tar.xz) = 5877cd93040fbffd1cd8d0ac4b7be66ad9573d25d3a29268de8f5bbcde7e0406ea50b8662ea532c8bf441d23baedea59e8e0c8350d7c095761aada6aecab456c
|
||||
|
Loading…
Reference in New Issue
Block a user