Commit 9d917aad37778a9f4a96ba358415f077f3f36f3b

Guillem Jover 2019-08-07T22:58:30

nlist: Fix out-of-bounds read on strtab When doing a string comparison for a symbol name from the string table, we should make sure we do a bounded comparison, otherwise a non-NUL terminated string might make the code read out-of-bounds. Warned-by: coverity