gkostka / lwext4

ext2/ext3/ext4 filesystem library for microcontrollers
http://sourceforge.net/projects/lwext4/
Other
482 stars 128 forks source link

Fix ext4_mkfs_info::feat_{ro_compat,compat,incompat} #46

Closed MaskRay closed 5 years ago

MaskRay commented 5 years ago

This is 0004-Fix-ext4_mkfs_info-feat_-ro_compat-compat-incompat.patch used in the Real World CTF challenge rwext5.

The three fields are of type uint32_t, not uint16_t.

ngkaho1234 commented 5 years ago

LGTM. :)