https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272840

--- Comment #2 from Robert Morris <[email protected]> ---
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.

Reply via email to