From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91987 invoked by alias); 18 Jan 2018 08:04:41 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 91970 invoked by uid 89); 18 Jan 2018 08:04:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=age X-HELO: mx1.redhat.com Subject: Re: [PATCH] Fix integer overflows in internal memalign and malloc functions [BZ #22343] To: Carlos O'Donell , Arjun Shankar , libc-alpha@sourceware.org Cc: Paul Eggert References: <20180117202641.GA58783@aloka.lostca.se> <76f34184-8e48-0aac-cc68-9265c4352148@redhat.com> From: Florian Weimer Message-ID: <6f1f5c46-955b-1cec-e664-faef7fdd74e3@redhat.com> Date: Thu, 18 Jan 2018 08:04:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <76f34184-8e48-0aac-cc68-9265c4352148@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-01/txt/msg00590.txt.bz2 On 01/17/2018 10:45 PM, Carlos O'Donell wrote: > You are absolutely right, I thought the default was 2 seconds, but > that's just my age showing... the old test-skeleton.c had a 2 second > timeout. That has changed to 20 seconds with the new support framework. The original change of the timeout was made in test-skeleton.c and predates support/. I had to check because I did not remember changing it. Thanks, Florian