summaryrefslogtreecommitdiffstats
path: root/libexec/ld.so/library.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/ld.so/library.c')
-rw-r--r--libexec/ld.so/library.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libexec/ld.so/library.c b/libexec/ld.so/library.c
index 204e631b201..8e29f4d5280 100644
--- a/libexec/ld.so/library.c
+++ b/libexec/ld.so/library.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: library.c,v 1.84 2019/11/29 06:34:44 deraadt Exp $ */
+/* $OpenBSD: library.c,v 1.85 2019/12/09 22:15:15 deraadt Exp $ */
/*
* Copyright (c) 2002 Dale Rahn
@@ -325,7 +325,8 @@ _dl_tryload_shlib(const char *libname, int type, int flags)
if (soname != NULL &&
_dl_strncmp(soname, "libc.so.", 8) == 0) {
if (_dl_msyscall(exec_start, exec_size) == -1)
- _dl_printf("msyscall %lx %lx error\n");
+ _dl_printf("msyscall %lx %lx error\n",
+ exec_start, exec_size);
}
} else {
_dl_munmap((void *)libaddr, maxva - minva);