mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-27 11:20:58 +01:00
Uppercase 'dso' to indicate that it is abbreviation.
Suggested by: arichardson Sponsored by: The FreeBSD Foundation MFC after: 1 week
This commit is contained in:
parent
9062e428f8
commit
daf5a897b9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=361728
@ -2583,7 +2583,7 @@ do_load_object(int fd, const char *name, char *path, struct stat *sbp,
|
||||
if (!digest_dynamic(obj, 0))
|
||||
goto errp;
|
||||
if (obj->z_pie) {
|
||||
_rtld_error("Cannot load PIE binary %s as dso", obj->path);
|
||||
_rtld_error("Cannot load PIE binary %s as DSO", obj->path);
|
||||
goto errp;
|
||||
}
|
||||
dbg("%s valid_hash_sysv %d valid_hash_gnu %d dynsymcount %d", obj->path,
|
||||
|
Loading…
Reference in New Issue
Block a user