Skip to content

Commit

Permalink
Resolve #994
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Nov 9, 2023
1 parent 267bab4 commit 07df2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MachO/BinaryParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ ok_error_t BinaryParser::parse_export_trie(exports_list_t& exports, uint64_t sta
DylibCommand& lib = binary_->libraries()[ordinal];
export_info->alias_location_ = &lib;
} else {
// TODO: Corrupted library name
LIEF_WARN("Library ordinal out of range");
}
} else {
auto address = stream_->read_uleb128();
Expand Down

0 comments on commit 07df2f0

Please sign in to comment.