fs_mgr: BLKGETSIZE causes memory corruption
BLKGETSIZE return unsigned long sector size, but unsigned long is of 8 bytes in 64 bits system. Passing an integar value will causes stack corruption. Use BLKGETSIZE64 instead. Change-Id: I60323e51c6692d4405cf2ed015ab4216c1591f68
Loading
Please register or sign in to comment