Skip to content

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

Merge request reports