[Bug 295577] smbfs: smbfs_node_alloc() leaks name buffers when insmntque() fails

[email protected] Tue, 26 May 2026 13:57:42 +0000
Newsgroups gmane.os.freebsd.devel.file-systems
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295577

Konstantin Belousov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Konstantin Belousov <[email protected]> ---
Created attachment 271190
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=271190&action=edit
Commit candidate

This is what I intent to commit.
The checks for NULL pointers passed to free() are removed.
The sm_didrele assignment is not needed, it only matters for reclaims done
during
unmount.

Recheck the author name in the commit.

-- 
You are receiving this mail because:
You are the assignee for the bug.