[Bug 272840] too-large root_icb.len on UDF file system causes crash

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 31 Jul 2023 11:41:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272840

--- Comment #2 from Robert Morris <rtm@lcs.mit.edu> ---
This in udf_mountfs() ought to set "error":

        if (size < UDF_FENTRY_SIZE) {
          printf("Invalid root directory file entry length %u\n",
                 size);
          goto bail;
        }

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