Skip to content
  • Guillem Jover's avatar
    nlist: Remove condition which is always true · 43a82703
    Guillem Jover authored
    The nlist() function is limited to handle ELF binaries of the same class
    as size as the size_t of the architecture built.
    
    In addition the SIZE_T_MAX macro is BSD specific, and was falling back
    to the wrong constant on most 64-bit non-BSD systems.
    
    Warned-by: gcc
    43a82703