[Bug 272840] too-large root_icb.len on UDF file system causes crash
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 272840] too-large root_icb.len on UDF file system causes crash"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.