mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-24 03:09:36 +08:00
Merge remote-tracking branch 'origin/GP-6477_dev747368_bookmark_npe'
This commit is contained in:
+3
@@ -127,6 +127,9 @@ public class BookmarkProvider extends ComponentProviderAdapter {
|
||||
|
||||
BookmarkManager manager = program.getBookmarkManager();
|
||||
Bookmark bookmark = manager.getBookmark(rowObject.getKey());
|
||||
if (bookmark == null) {
|
||||
return null;
|
||||
}
|
||||
Address address = bookmark.getAddress();
|
||||
return new ProgramLocation(program, address);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user