[openwrt/openwrt] lantiq: ltq-adsl: deactivate ASLR support

LEDE Commits lede-commits at lists.infradead.org
Tue Mar 6 10:52:31 PST 2018


mkresin pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/cde4f9008a6908a8de8f2134b9afcc6920e48fe4

commit cde4f9008a6908a8de8f2134b9afcc6920e48fe4
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Tue Mar 6 19:43:40 2018 +0100

    lantiq: ltq-adsl: deactivate ASLR support
    
    The package still leaks some user space linker options into the kernel
    space. This breaks the build when ASLR is activated, deactivate it for
    now.
    
    Signed-off-by: Mathias Kresin <dev at kresin.me>
---
 package/kernel/lantiq/ltq-adsl/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/kernel/lantiq/ltq-adsl/Makefile b/package/kernel/lantiq/ltq-adsl/Makefile
index e6817ef..0fbda34 100644
--- a/package/kernel/lantiq/ltq-adsl/Makefile
+++ b/package/kernel/lantiq/ltq-adsl/Makefile
@@ -18,6 +18,7 @@ PKG_HASH:=eb2ed59715d3bf4e8a1460bbbe2f1660039e0a9f9d72afb1b2b16590094eb33c
 PKG_MAINTAINER:=John Crispin <john at phrozen.org>
 
 PKG_CHECK_FORMAT_SECURITY:=0
+PKG_ASLR_PIE:=0
 PKG_FIXUP:=autoreconf
 
 include $(INCLUDE_DIR)/package.mk



More information about the lede-commits mailing list