| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Based on patch from yuanjie.huang at windriver.com via OpenSSH bz#2608,
with & ok millert, ok deraadt.
|
|
|
|
|
|
|
|
|
|
|
|
| |
wrapper .h files and asm labels to let internal calls resolve directly and
not be overridable or use the PLT. Then, apply that framework to most of
the functions in stdio.h, string.h, err.h, and wchar.h. Delete the
should-have-been-hidden-all-along _v?(err|warn)[cx]? symbols while here.
tests clean on i386, amd64, sparc64, powerpc, and mips64
naming feedback from kettenis@ and millert@
ok kettenis@
|
| |
|
|
|
|
| |
ok deraadt
|
|
|
|
|
| |
and would otherwise result in overflowing the end pointer and
cause strnlen() to return 0. OK sthen@
|
|
|
|
| |
ok millert@ tedu@
|
|
brad and millert, with hints from guenther, jmc, and otto I think.
ok previous.
|