Skip to content

Commit

Permalink
exfatprogs: release 1.1.3 version
Browse files Browse the repository at this point in the history
exfatprogs 1.1.3 - released 2021-11-11
======================================

CHANGES :
 * mkfs.exfat: ensure that the cluster size is greater than or
   equal than the sector size.
 * mkfs.exfat: replace lseek() + write() with pwrite().

BUG FIXES :
 * mkfs.exfat: prevent an integer overflow when computing the FAT
   length.
 * fsck.exfat: fix a double free memory error.

Signed-off-by: Hyunchul Lee <[email protected]>
  • Loading branch information
hclee committed Nov 11, 2021
1 parent 0db6698 commit 9c164ba
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
exfatprogs 1.1.3 - released 2021-11-11
======================================

CHANGES :
* mkfs.exfat: ensure that the cluster size is greater than or
equal than the sector size.
* mkfs.exfat: replace lseek() + write() with pwrite().

BUG FIXES :
* mkfs.exfat: prevent an integer overflow when computing the FAT
length.
* fsck.exfat: fix a double free memory error.

exfatprogs 1.1.2 - released 2021-05-20
======================================

Expand Down
2 changes: 1 addition & 1 deletion include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

#ifndef _VERSION_H

#define EXFAT_PROGS_VERSION "1.1.2"
#define EXFAT_PROGS_VERSION "1.1.3"

#endif /* !_VERSION_H */

0 comments on commit 9c164ba

Please sign in to comment.