Commit 43a827031779650e63a5f787fc1959d146355153

Guillem Jover 2021-11-27T20:26:05

nlist: Remove condition which is always true 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