Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2023 11:41:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 272840] too-large root_icb.len on UDF file system causes crash
Message-ID:  <bug-272840-227-SE1lMXBQMJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272840-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-272840-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272840

--- 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;
        }

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272840-227-SE1lMXBQMJ>