[Bug 262515] Missing filecaps_free() in many places

From: <bugzilla-noreply_at_freebsd.org>
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.