]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make sure the rtld(1) error messages go to stderr, not stdout.
authorEdward Tomasz Napierala <trasz@FreeBSD.org>
Thu, 2 Aug 2018 07:43:28 +0000 (07:43 +0000)
committerEdward Tomasz Napierala <trasz@FreeBSD.org>
Thu, 2 Aug 2018 07:43:28 +0000 (07:43 +0000)
commit711a4538f87f46e595287e9c292e0ad70a1d2129
tree155fc40bf531a0844c755e86c738763650361c49
parent17e2c2661b2dce496ed35c3a1a3f616618b9ed07
Make sure the rtld(1) error messages go to stderr, not stdout.
While here fix capitalization of a few nearby strings, add the
rtld's file name prefix so it's obvious where the message come
from, and return zero when "-h" is used.

Reviewed by: kib
MFC after: 2 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D16530
libexec/rtld-elf/malloc.c
libexec/rtld-elf/paths.h
libexec/rtld-elf/rtld.c