Roy Hills

Results 13 issues of Roy Hills

Currently we check for `-D_FORTIFY_SOURCE=2` support using GCC version checks. Update this to use -D_FORTIFY_SOURCE=3 if supported by the toolchain. Don't use `ax_add_fortify_source.m4` from the autoconf archive as originally planned...

arp-scan currently uses the POSIX hash table functions `hcreate()` and `hsearch()` defined in `` to store the MAC/vendor mapping table. This has the disadvantage that the maximum table size must...

enhancement

Per https://pubs.opengroup.org/onlinepubs/9699919799/functions/gettimeofday.html, the gettimeofday() will be removed in a future POSIX.1 spec and should be replaced with clock_gettime(). The issue 7 of POSIX.1 has recently been released, and this has...

enhancement