[prev in list] [next in list] [prev in thread] [next in thread] 

List:       musl
Subject:    [musl] [RFC PATCH v2 0/4] SafeStack support
From:       "LeMay, Michael" <michael.lemay () intel ! com>
Date:       2016-10-28 19:48:48
Message-ID: b37444f8-38ed-4c33-00e6-396b736152ed () intel ! com
[Download RAW message or body]

I refactored my patches into two series.  This is the first series, 
which provides architecture-independent support for SafeStack.  The 
second series adds support for segmentation-hardened SafeStack.

Michael LeMay (4):
   disable check for buggy brk implementations when SafeStack is enabled
   support SafeStack in init and threading
   support dynamic linking with SafeStack
   add SafeStack build support

  Makefile                    |  42 ++++++++++++++++-
  configure                   |  10 ++++
  ldso/dynlink.c              |  16 +++++++
  src/env/__libc_start_main.c |  16 +++++++
  src/internal/pthread_impl.h |  13 ++++++
  src/internal/safe_stack.c   | 109 
++++++++++++++++++++++++++++++++++++++++++++
  src/malloc/expand_heap.c    |   2 +
  src/thread/pthread_create.c |  16 ++++++-
  8 files changed, 222 insertions(+), 2 deletions(-)
  create mode 100644 src/internal/safe_stack.c

-- 
2.7.4

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic