From 83ed6b063588c235e6100ff1c9fad1fbe2a9fbcb Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 14 Jul 2014 03:54:52 +0000 Subject: Now that we have sendsyslog(2), we can directly use it in the (previously completely retarded) stack_smash_handler of ld.so ok beck miod tedu --- libexec/ld.so/arm/ldasm.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libexec/ld.so/arm/ldasm.S') diff --git a/libexec/ld.so/arm/ldasm.S b/libexec/ld.so/arm/ldasm.S index 6752646ce98..8ec28ce2a8d 100644 --- a/libexec/ld.so/arm/ldasm.S +++ b/libexec/ld.so/arm/ldasm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ldasm.S,v 1.15 2014/07/09 12:51:20 guenther Exp $ */ +/* $OpenBSD: ldasm.S,v 1.16 2014/07/14 03:54:51 deraadt Exp $ */ /* * Copyright (c) 2004 Dale Rahn @@ -125,6 +125,7 @@ DL_SYSCALL(readlink) DL_SYSCALL(lstat) DL_SYSCALL(utrace) DL_SYSCALL(getentropy) +DL_SYSCALL(sendsyslog) DL_SYSCALL2(getcwd,__getcwd) DL_SYSCALL2(sysctl,__sysctl) -- cgit v1.2.3