[Bug 154828] [msdosfs] Unable to create directories on external USB HDD with large msdosfs [regression]

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 19 Feb 2024 07:56:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=154828

wenej27156@mcenb.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wenej27156@mcenb.com

--- Comment #5 from wenej27156@mcenb.com ---
This is caused by integer overflow in msdosfs_mkdir where the block number for
the new directory is stored as int which overflows at 1 TiB.

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