07c9d403fe
* Replaced most strlcpy() with set_tsp_name() and get_tsp_name() because strlcpy() could potentially run out-of-bounds and doesn't zero out unused buffer space. * Replaced bcopy/bzero() with memcpy/memset(). * Fixed potential alignment/aliasing issues in measure(). * Replace u_short/u_long with uint16_t/uint32_t/in_addr_t where appropriate. * Renamed sin to addr because sin is a reserved identifier. * Use bindresvport() instead of looping over bind(); rresvport() returns a SOCK_STREAM socket not SOCK_DGRAM. |
||
---|---|---|
.. | ||
SMM.doc | ||
timed | ||
timedc | ||
CHANGES | ||
Makefile | ||
Makefile.inc |