commit | 2b1d3ae940acd11be44c6eced5873d47c2e00ffa | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@linux-foundation.org> | Thu May 28 15:44:24 2015 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu May 28 18:25:18 2015 -0700 |
tree | dbf9ce6520a67e4277552ef1255581a7b76d139a | |
parent | 649b8de2f75145bf14cb1783688e16d51ac9b89a [diff] |
fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappings load_elf_binary() returns `retval', not `error'. Fixes: a87938b2e246b81b4fb ("fs/binfmt_elf.c: fix bug in loading of PIE binaries") Reported-by: James Hogan <james.hogan@imgtec.com> Cc: Michael Davidson <md@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>