All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH ima-evm-utils v1 0/4] Fix some issues in evmctl
@ 2022-11-02 18:45 Stefan Berger
  2022-11-02 18:45 ` [PATCH ima-evm-utils v1 1/4] Fix memory leaks of tpm_bank_info allocations Stefan Berger
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Stefan Berger @ 2022-11-02 18:45 UTC (permalink / raw)
  To: linux-integrity; +Cc: zohar, Stefan Berger

This series of patches fixes memory leaks related to tpm_bank_info
allocations and entry.template as well as gcc compiler warnings
when building with -fanalyzer (gcc 12.2.1).

This series is intended to be applied on top of Mimi's current series
at https://github.com/mimizohar/ima-evm-utils/tree/next-testing .

   Stefan

Stefan Berger (4):
  Fix memory leaks of tpm_bank_info allocations
  Fix memory leak related to entry.template
  Add assert to ensure that algo_name in bank is set
  Change condition to free(pub)

 src/evmctl.c | 47 ++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 40 insertions(+), 7 deletions(-)


base-commit: f6abaed5d0d0a4478cf25a8096a4ff44be4a234e
-- 
2.38.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-11-16  2:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-02 18:45 [PATCH ima-evm-utils v1 0/4] Fix some issues in evmctl Stefan Berger
2022-11-02 18:45 ` [PATCH ima-evm-utils v1 1/4] Fix memory leaks of tpm_bank_info allocations Stefan Berger
2022-11-02 18:45 ` [PATCH ima-evm-utils v1 2/4] Fix memory leak related to entry.template Stefan Berger
2022-11-02 18:45 ` [PATCH ima-evm-utils v1 3/4] Add assert to ensure that algo_name in bank is set Stefan Berger
2022-11-02 18:45 ` [PATCH ima-evm-utils v1 4/4] Change condition to free(pub) Stefan Berger
2022-11-03 21:50 ` [PATCH ima-evm-utils v1 0/4] Fix some issues in evmctl Mimi Zohar
2022-11-16  2:04 ` Mimi Zohar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.