From ec0810b91aba837f684ed15f0b8abfb03299f661 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 14 Jul 2017 16:19:58 +0200 Subject: some linkage tweaking, the kernel is not linked against libssp (which is using linux/glibc), we provide our own SSP guards leading to kernel_panic (for now). per default build the kernel with ld (as we need precise control how we link it) the libc tests are per default linked with the same compiler as provided with $(CC) using #include_next of gcc/clang to include the real stdint.h header file in stdint.h stub --- doc/LINKS.TODO | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/LINKS.TODO b/doc/LINKS.TODO index 89f7ce8..968ff6d 100644 --- a/doc/LINKS.TODO +++ b/doc/LINKS.TODO @@ -102,3 +102,6 @@ https://stackoverflow.com/questions/26143123/how-do-i-ensure-the-entry-function- Linux: https://blog.packagecloud.io/eng/2016/04/05/the-definitive-guide-to-linux-system-calls/ + +Security: +http://wiki.osdev.org/Stack_Smashing_Protector -- cgit v1.2.3-54-g00ecf