Kernel: syscall_exec: Convert block number to off_t before shifting,
authorWill Sowerbutts <will@sowerbutts.com>
Sun, 25 Jan 2015 20:16:49 +0000 (20:16 +0000)
committerWill Sowerbutts <will@sowerbutts.com>
Sun, 25 Jan 2015 21:51:17 +0000 (21:51 +0000)
commit889f7ea02d4500b99271b2a2f7ba26aff8b88f39
treecb15c5b5edc3bb90a5227ea2b811b7a58a5795b6
parent65052d2bed7a8685fd97de30334dfd836d60725f
Kernel: syscall_exec: Convert block number to off_t before shifting,
otherwise we're restricted to accessing only the first 64KB of the disk.
Kernel/syscall_exec.c