mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #6872] [MERGED] bugfix: firemon: fix potential memory leak in procevent_monitor #6208
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#6208
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/6872
Author: @kmk3
Created: 8/19/2025
Status: ✅ Merged
Merged: 8/20/2025
Merged by: @netblue30
Base:
master← Head:procevent-fix-cmd-memleak📝 Commits (1)
b45a80ebugfix: firemon: fix potential memory leak in procevent_monitor📊 Changes
1 file changed (+10 additions, -6 deletions)
View changed files
📝
src/firemon/procevent.c(+10 -6)📄 Description
Simplify the deallocation of
cmdto make it easier to understand,which looks like it would fix a potential memory leak of
cmd:This is a follow-up to commit
5ec00f70c("fix: avoid cmd double-free inprocevent_monitor", 2025-07-31) / PR #6846.
Relates to #6792.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.