Fix elf loader range checking
authorPaul Brook <paul@codesourcery.com>
Fri, 5 Jun 2009 14:16:41 +0000 (15:16 +0100)
committerPaul Brook <paul@codesourcery.com>
Fri, 5 Jun 2009 14:16:41 +0000 (15:16 +0100)
commit4c3c4d63fb18ae5b57ccf51c824199b52a43d6d5
tree9b998d52093eaee9b0a55cb394e3abc34f327ded
parent73ad960e396e6aa6cbe2923e2c58d3fbe5e31cd0
Fix elf loader range checking

The ELF loader tracks the range of addresses used by a binary.
However this incorrectly assumes zero is not a valid address.

Signed-off-by: Paul Brook <paul@codesourcery.com>
elf_ops.h