Skip to content
  • Guillem Jover's avatar
    nlist: Fix out-of-bounds read on strtab · 9d917aad
    Guillem Jover authored
    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
    9d917aad