[Bug 262515] Missing filecaps_free() in many places
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 262515] Missing filecaps_free() in many places"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 12:09:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262515 --- Comment #6 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=0c805718cbd3709e3ffc1a0d41612168c8242360 commit 0c805718cbd3709e3ffc1a0d41612168c8242360 Author: Mateusz Guzik <mjg@FreeBSD.org> AuthorDate: 2022-03-24 20:51:03 +0000 Commit: Mateusz Guzik <mjg@FreeBSD.org> CommitDate: 2022-04-02 12:09:07 +0000 vfs: fix memory leak on lookup with fds with ioctl caps Reviewed by: markj PR: 262515 Noted by: firk@cantconnect.ru Differential Revision: https://reviews.freebsd.org/D34667 sys/kern/kern_descrip.c | 75 ++++++++++++++++++++++++++++++++++++++++++++++++- sys/kern/vfs_cache.c | 2 +- sys/kern/vfs_lookup.c | 50 ++------------------------------- sys/kern/vfs_syscalls.c | 8 +++--- sys/sys/file.h | 1 + sys/sys/namei.h | 7 ++++- 6 files changed, 88 insertions(+), 55 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.