mailing list of musl libc
 help / color / mirror / code / Atom feed
* [RFC PATCH v2 0/4] SafeStack support
@ 2016-10-28 19:48 LeMay, Michael
  0 siblings, 0 replies; only message in thread
From: LeMay, Michael @ 2016-10-28 19:48 UTC (permalink / raw)
  To: musl

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-28 19:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-28 19:48 [RFC PATCH v2 0/4] SafeStack support LeMay, Michael

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).