Small update to datacmp and roadmap (#1048)

* Match uninit variables with all nulls

* Enable _pnhHeap variable for ISLE

* Roadmap bugfix for ordinal import dummy addrs

* Format fix
This commit is contained in:
MS
2024-06-28 17:58:35 -04:00
committed by GitHub
parent 6e39e87613
commit 4a87c3bc44
3 changed files with 26 additions and 14 deletions

View File

@@ -415,7 +415,9 @@ def main():
displacement = None
module_name = None
if match.recomp_addr is not None:
if match.recomp_addr is not None and recomp_bin.is_valid_vaddr(
match.recomp_addr
):
if (module_ref := module_map.get_module(match.recomp_addr)) is not None:
(_, module_name) = module_ref