OSDN Git Service

Fix heap corruption: bitmap_size is in bits, not bytes.
[android-x86/external-exfat.git] / mkfs / cbm.c
2015-08-24 relanFix heap corruption: bitmap_size is in bits, not bytes.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanFix memory leak on error path when clusters bitmap...
2015-08-24 relanFix potential garbage at the end of clusters bitmap.
2015-08-24 relanRelicense the code from GPLv3+ to GPLv2+.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanThe new mkfs rewritten in more declarative style.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanRepresent device as an extensible structure.
2015-08-24 relanUse exfat_read() and exfat_write() interfaces.
2015-08-24 relanRename block to sector to avoid confusion.
2015-08-24 relanAdd mkexfatfs (utility that creates an exFAT file system).