[Bug 274268] panic: vfs_lookup: encountered unexpected nul; string when a symlink contains an embedded NUL

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 07 Oct 2023 14:27:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274268

Alan Somers <asomers@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |mfc-stable13?,
                   |                            |mfc-stable14?,
                   |                            |mfc-stable12-
             Status|New                         |In Progress

--- Comment #3 from Alan Somers <asomers@FreeBSD.org> ---
Per the discussion in the code review, we decided to leave vfs_lookup unchanged
and fix the bug in fusefs instead.  This means that the same bug could
potentially happen in other file systems, like ext2fs.

MFC to stable/12 is not required, as the crash isn't possible there.

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