CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/10/14 12:19:04
Modified files:
lib/libc/string: strlcat.c strlcpy.c strnlen.c
Log message:
Cast pointers to uintptr_t to avoid potential signedness errors.
Based on patch from yuanjie.huang at windriver.com via OpenSSH bz#2608,
with & ok millert, ok deraadt.
