Fix memory block search
Address has to be lower then start+size, not lower or equal. Otherwise we search in the wrong memory block and get bogus results during parsing.
Signed-off-by: Andreas Baierl ichgeh@imkreisrum.de
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Address has to be lower then start+size, not lower or equal. Otherwise we search in the wrong memory block and get bogus results during parsing.
Signed-off-by: Andreas Baierl ichgeh@imkreisrum.de