All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix resource leaks in gnulib
@ 2025-06-10 15:19 Alec Brown via Grub-devel
  2025-06-10 15:19 ` [PATCH 1/2] gnulib/regcomp: Fix resource leak Alec Brown via Grub-devel
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Alec Brown via Grub-devel @ 2025-06-10 15:19 UTC (permalink / raw)
  To: grub-devel; +Cc: Alec Brown, daniel.kiper

Coverity found a couple resource leaks in gnulib code that the GRUB is using.
These fixes have been made in the latest version of gnulib and I've backported
these changes to maintain consistency.

This patch set fixes the following CIDs:
CID: 473869
CID: 473887
CID: 473888

Alec Brown (2):
      gnulib/regcomp: Fix resource leak
      gnulib/regexec: Fix resource leak

 bootstrap.conf                                               |   7 ++-
 conf/Makefile.extra-dist                                     |   2 +
 grub-core/lib/gnulib-patches/fix-regcomp-resource-leak.patch | 110 ++++++++++++++++++++++++++++++++++++++++++++++++
 grub-core/lib/gnulib-patches/fix-regexec-resource-leak.patch |  11 +++++
 4 files changed, 129 insertions(+), 1 deletion(-)



_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

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

end of thread, other threads:[~2025-06-14 17:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-10 15:19 [PATCH 0/2] Fix resource leaks in gnulib Alec Brown via Grub-devel
2025-06-10 15:19 ` [PATCH 1/2] gnulib/regcomp: Fix resource leak Alec Brown via Grub-devel
2025-06-10 15:19 ` [PATCH 2/2] gnulib/regexec: " Alec Brown via Grub-devel
2025-06-13 15:19 ` [PATCH 0/2] Fix resource leaks in gnulib Daniel Kiper via Grub-devel
2025-06-14 17:28 ` Collin Funk

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.