4
0
mirror of https://github.com/QuasarApp/LIEF.git synced 2025-05-04 08:09:33 +00:00
This commit is contained in:
Romain Thomas 2020-12-21 15:55:25 +01:00
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;
}
}