namjaejeon / exfatprogs

exFAT filesystem userspace utilities
https://github.com/exfatprogs/exfatprogs
GNU General Public License v2.0
33 stars 63 forks source link

mkfs: zero the reserved fields of directory entries #60

Closed YuezhangMo closed 1 year ago

YuezhangMo commented 1 year ago

From MS exfat specification, the reserved field shall initialize to zero and should not use for any purpose.

This commit zeroes the reserved fields of Allocation Bitmap, Up-case Table, Volume Label entries.

Signed-off-by: Yuezhang Mo Yuezhang.Mo@sony.com Reviewed-by: Andy Wu Andy.Wu@sony.com Reviewed-by: Aoyama Wataru wataru.aoyama@sony.com