mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-04-27 04:44:31 +00:00
Fix typo
This commit is contained in:
parent
db9ffbb61c
commit
ca80be352e
@ -854,7 +854,7 @@ void Builder::build_symbol_hash(void) {
|
||||
while (chain[value] != 0) {
|
||||
value = chain[value];
|
||||
if (value >= (new_hash_table.size() / sizeof(uint32_t))) {
|
||||
LIEF_ERR("Symbo out-of-bound {}", symbol->name());
|
||||
LIEF_ERR("Symbol out-of-bound {}", symbol->name());
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user