Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6EDA8200C01 for ; Thu, 5 Jan 2017 00:16:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6D6AB160B44; Wed, 4 Jan 2017 23:16:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A960C160B3A for ; Thu, 5 Jan 2017 00:15:59 +0100 (CET) Received: (qmail 33972 invoked by uid 500); 4 Jan 2017 23:15:58 -0000 Mailing-List: contact issues-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list issues@mesos.apache.org Received: (qmail 33941 invoked by uid 99); 4 Jan 2017 23:15:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2017 23:15:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 95C252C03DE for ; Wed, 4 Jan 2017 23:15:58 +0000 (UTC) Date: Wed, 4 Jan 2017 23:15:58 +0000 (UTC) From: "Alex Clemmer (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (MESOS-6853) Build with CFI/CFG on platforms it's supported MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 04 Jan 2017 23:16:00 -0000 Alex Clemmer created MESOS-6853: ----------------------------------- Summary: Build with CFI/CFG on platforms it's supported Key: MESOS-6853 URL: https://issues.apache.org/jira/browse/MESOS-6853 Project: Mesos Issue Type: Bug Components: cmake Reporter: Alex Clemmer Assignee: Alex Clemmer Some compiles (notably clang, MSVC) support additional security by building with Control Flow Guards. See [1]. It is worth considering building mesos/libmesos binaries against this API. [1] https://blog.trailofbits.com/2016/12/27/lets-talk-about-cfi-microsoft-edition/ -- This message was sent by Atlassian JIRA (v6.3.4#6332)