mailing list of musl libc
 help / color / mirror / code / Atom feed
From: "LeMay, Michael" <michael.lemay@intel.com>
To: "musl@lists.openwall.com" <musl@lists.openwall.com>
Subject: [RFC PATCH v2 0/4] SafeStack support
Date: Fri, 28 Oct 2016 12:48:48 -0700	[thread overview]
Message-ID: <b37444f8-38ed-4c33-00e6-396b736152ed@intel.com> (raw)

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



                 reply	other threads:[~2016-10-28 19:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b37444f8-38ed-4c33-00e6-396b736152ed@intel.com \
    --to=michael.lemay@intel.com \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).