From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 39208 invoked by alias); 7 Apr 2017 17:13:11 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 39107 invoked by uid 89); 7 Apr 2017 17:13:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:Unknown, Home, secure, H*R:D*net X-HELO: m69-169.mailgun.net Received: from m69-169.mailgun.net (HELO m69-169.mailgun.net) (166.78.69.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 07 Apr 2017 17:13:08 +0000 X-Mailgun-Sending-Ip: 166.78.69.169 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 58e7c8a4.7fafec10dab0-smtp-out-n03; Fri, 07 Apr 2017 17:13:08 -0000 (UTC) Date: Fri, 07 Apr 2017 17:13:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <58e7c8a3f0fa7_1bc93f89c9ef1c34220559@hookshot-fe3-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 894682: MinGW: add --enable-secure-api config option Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_58e7c8a3f0c12_1bc93f89c9ef1c34220471"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00007.txt.bz2 ----==_mimepart_58e7c8a3f0c12_1bc93f89c9ef1c34220471 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1210 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 89468256ec0d9c63b6ed852a90183e70aecbbe3a https://github.com/crosstool-ng/crosstool-ng/commit/89468256ec0d9c63b6ed852a90183e70aecbbe3a Author: Tamir Duberstein Date: 2017-04-06 (Thu, 06 Apr 2017) Changed paths: M config/libc/mingw.in M scripts/build/libc/mingw.sh Log Message: ----------- MinGW: add --enable-secure-api config option Without this flag, MinGW does not expose secure variants of functions such as strcpy_s. See https://sourceforge.net/p/mingw-w64/mingw-w64/ci/master/tree/mingw-w64-headers/crt/sec_api/string_s.h#l11. Commit: 16e703a4e5bc9277ce642d5a7a451c7025d495ad https://github.com/crosstool-ng/crosstool-ng/commit/16e703a4e5bc9277ce642d5a7a451c7025d495ad Author: Alexey Neyman Date: 2017-04-07 (Fri, 07 Apr 2017) Changed paths: M config/libc/mingw.in M scripts/build/libc/mingw.sh Log Message: ----------- Merge pull request #676 from tamird/mingw-secure-api MinGW: add --enable-secure-api config option Compare: https://github.com/crosstool-ng/crosstool-ng/compare/242c156d95b5...16e703a4e5bc ----==_mimepart_58e7c8a3f0c12_1bc93f89c9ef1c34220471--