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: If2bf44673f5ab3436f79f0af3252990d56748f5c
Loading
Please register or sign in to comment