From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5498 invoked by alias); 4 Sep 2019 20:42:09 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 5483 invoked by uid 89); 4 Sep 2019 20:42:08 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-10.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mailsec104.isp.belgacom.be Received: from mailsec104.isp.belgacom.be (HELO mailsec104.isp.belgacom.be) (195.238.20.100) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 04 Sep 2019 20:42:05 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1567629725; x=1599165725; h=message-id:subject:from:to:cc:date:in-reply-to: references:mime-version:content-transfer-encoding; bh=ZZd0FDO6u2hkA3fjGe99mbb/FbsTiUOBTqZeKxQzrLg=; b=QNG9tzOpyqBJmIjuOFCqZcHMWqcUueltBDkAG8juQ0JC7JBr0BgHWM+C G0XlrCvvvb1Eb4FEKl6Drk5HBbCWLQ==; Received: from 255.38-242-81.adsl-dyn.isp.belgacom.be (HELO md) ([81.242.38.255]) by relay.skynet.be with ESMTP/TLS/AES256-GCM-SHA384; 04 Sep 2019 22:42:03 +0200 Message-ID: Subject: Re: [RFA] Avoid expect's buffer overflow in info-var.exp test. From: Philippe Waroquiers To: Andrew Burgess Cc: gdb-patches@sourceware.org Date: Wed, 04 Sep 2019 20:42:00 -0000 In-Reply-To: <20190831190424.GZ6076@embecosm.com> References: <20190831153656.6439-1-philippe.waroquiers@skynet.be> <20190831190424.GZ6076@embecosm.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-09/txt/msg00042.txt.bz2 On Sat, 2019-08-31 at 20:04 +0100, Andrew Burgess wrote: > > gdb/testsuite/ChangeLog > > YYYY-MM-DD Philippe Waroquiers > > > > * gdb.base/info-var.exp: Test info variables without running > > to main, to avoid expect's buffer overflow. > > Seems reasonable to me. Thanks for the review, pushed. Philippe