mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-0: Fix NPEs and CMEs from MarkerManager refactor. Fix DiffPlugin.
This commit is contained in:
parent
7b01170c21
commit
a8649865b1
4 changed files with 35 additions and 22 deletions
|
@ -1598,7 +1598,8 @@ public class ProgramDiffPlugin extends ProgramPlugin
|
|||
showSecondView();
|
||||
AddressIndexMap indexMap = diffListingPanel.getAddressIndexMap();
|
||||
fp.setBackgroundColorModel(
|
||||
new MarkerServiceBackgroundColorModel(markerManager, indexMap));
|
||||
new MarkerServiceBackgroundColorModel(markerManager, secondaryDiffProgram,
|
||||
indexMap));
|
||||
}
|
||||
finally {
|
||||
settingLocation = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue