HomeFreeBSD

Fix off-by-one error in msdosfs FAT32 volume label copying

Description

Fix off-by-one error in msdosfs FAT32 volume label copying

I dropped the + 1 from the other two instances in each file but failed
to do so for this one, resulting in a more egregious buffer overread
than the one I was fixing (since the read character ended up in the
output if there was space).

Reported by: Jenkins
Fixes: 34fb1c133c5b ("Fix intra-object buffer overread for labeled msdosfs volumes")

Details

Provenance
jrtc27Authored on Oct 28 2021, 12:01 AM
Parents
rG4827bf76bce8: ktls: Fix assertion for TLS 1.0 CBC when using non-zero starting seqno.
Branches
Unknown
Tags
Unknown