From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 122199 invoked by alias); 28 Nov 2017 12:39:32 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Received: (qmail 122189 invoked by uid 89); 28 Nov 2017 12:39:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=BAYES_00,KB_WAM_FROM_NAME_SINGLEWORD,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=H*R:D*sourceware.org X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 28 Nov 2017 12:39:30 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 410F06A7DC for ; Tue, 28 Nov 2017 12:39:29 +0000 (UTC) Received: from calimero.vinschen.de (ovpn-116-98.ams2.redhat.com [10.36.116.98]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0D7005D753 for ; Tue, 28 Nov 2017 12:39:29 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id A2FBFA80740; Tue, 28 Nov 2017 13:39:27 +0100 (CET) Date: Wed, 29 Nov 2017 00:21:00 -0000 From: Corinna Vinschen To: newlib@sourceware.org Subject: Re: [PATCH v3 0/9] Add Stack Smashing Protection and Object Size Checking Message-ID: <20171128123927.GT547@calimero.vinschen.de> Reply-To: newlib@sourceware.org Mail-Followup-To: newlib@sourceware.org References: <20171128085755.5928-1-yselkowi@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Yia77v5a8fyVHJSl" Content-Disposition: inline In-Reply-To: <20171128085755.5928-1-yselkowi@redhat.com> User-Agent: Mutt/1.9.1 (2017-09-22) X-SW-Source: 2017/txt/msg01147.txt.bz2 --Yia77v5a8fyVHJSl Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 829 On Nov 28 02:57, Yaakov Selkowitz wrote: > This has also been pushed to the topic/ssp branch. >=20 > Yaakov Selkowitz (9): > ssp: add APIs for Stack Smashing Protection > ssp: add Object Size Checking common code > ssp: add Object Size Checking for string.h functions > ssp: add Object Size Checking for strings.h functions > ssp: add Object Size Checking for stdio.h functions, part 1 > ssp: add Object Size Checking for unistd.h functions, part 1 > ssp: add build infrastructure > cygwin: export SSP functions > cygwin: create libssp compatibility import library Is that the proposed final version? If so, it looks good to me, except for the lack of documentation. Just a few sentences explaining what this is and how to use it would do. Thanks, Corinna --=20 Corinna Vinschen Cygwin Maintainer Red Hat --Yia77v5a8fyVHJSl Content-Type: application/pgp-signature; name="signature.asc" Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJaHVj/AAoJEPU2Bp2uRE+ghjkQAKUul5jsTnnTr6dGPOPu9JKz lrDJ6TfqrR3of/8TiJRt1WUIEtYSlUmrCFkjOvZ5bPXZ17c7FO25Bxxu+NIvGTdp kRMrDPNdGXlFCkz54Jt3zn5L8f8k8Jy5tP01TxuKpty6oAT/wdWe53fAeD5GgRIu KOVwSKjILgzQTbwR+OllrW8mFBPJT3OKgMoX8bgxGAQywqYw+Yatz9+PwytmwfJV QHEqboAIUQmdLJDpMTFK51lM0b3u3HGauManDhTYXORrA+zPDnuBqKgr+wTfB+S9 Rl0hZrgZvnwLbauHJoGHB8kV0duQvOAkObLuEP2ccmzHD39RyAabRQmquA1MSphL Qbln1q0RxJQO8Qd1tx8rRz2+NURrnIRBjQJ88VgUxGDB71PI9UA9uohJEJhgQGBR GL5SR/FbRkWtQsqeVUoyLVUFNr8447PXssyS98kN1EkQOWxZCX34k9npdW5mvlpG 4Serxp9kr4jIMX22luen1IwBQMQ1WwVzjX6r/AWR6Lt9OnQgm8NM/QYR7FIhtg63 MrsyVrI1jdGSuKFKypnY0veV/iUmcLOf5ouBbi62Cetw6hcvvq1NCFxTVDRv08bA nnWpXYPOcJWa0WIyOz8wVkML+Wt9gOmaMvWU3FXjw89gVzHdjoZo4EGpgBanizkX CZSMu0dmQBgnsACzkXpZ =2pj9 -----END PGP SIGNATURE----- --Yia77v5a8fyVHJSl--