Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Feb 2024 07:56:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 154828] [msdosfs] Unable to create directories on external USB HDD with large msdosfs [regression]
Message-ID:  <bug-154828-227-jVqul0Twiw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-154828-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-154828-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=3D154828

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.

--=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-154828-227-jVqul0Twiw>