From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11482 invoked by alias); 4 Dec 2019 17:39:13 -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 11473 invoked by uid 89); 4 Dec 2019 17:39:13 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy= X-HELO: gateway23.websitewelcome.com Received: from gateway23.websitewelcome.com (HELO gateway23.websitewelcome.com) (192.185.49.184) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 04 Dec 2019 17:39:12 +0000 Received: from cm12.websitewelcome.com (cm12.websitewelcome.com [100.42.49.8]) by gateway23.websitewelcome.com (Postfix) with ESMTP id D268EAC2F for ; Wed, 4 Dec 2019 11:39:10 -0600 (CST) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id cYcIiWWOiW4frcYcIitPlK; Wed, 04 Dec 2019 11:39:10 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=mKYm8gy41yx4OXAEE+NM1DAJXitn3DgNYBDA8B3IDZo=; b=TSpPbEVjbsP+Hnn9KufPtQ1QIH ZKWTjXtJDbp2BBS/7FzUKb3zr07dk7F0CslHkDxMo/k3TvGX60ItJ5Lelu26YBROZTgq5vWAqcL1h pOPjU1iGL7P2+ISGsqXBtuylB; Received: from 97-118-104-188.hlrn.qwest.net ([97.118.104.188]:53872 helo=murgatroyd) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1icYcI-001Cdz-GK; Wed, 04 Dec 2019 10:39:10 -0700 From: Tom Tromey To: "Pavel I. Kryukov" Cc: Andrew Burgess , Simon Marchi , gdb-patches@sourceware.org Subject: Re: [PATCH] sim-utils.c: prevent buffer overflow. References: <20191202100948.GJ3410@embecosm.com> <20191202212031.GK3410@embecosm.com> Date: Wed, 04 Dec 2019 17:39:00 -0000 In-Reply-To: (Pavel I. Kryukov's message of "Tue, 3 Dec 2019 12:47:38 +0300") Message-ID: <87o8woat36.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2019-12/txt/msg00153.txt.bz2 >>>>> "Pavel" == Pavel I Kryukov writes: Pavel> Thanks. Could you please tell if there is any action required from me? I've pushed it. I didn't check to see if you have a copyright assignment. This patch doesn't need one, but if you plan to do more work on gdb, you should get that set up. You can contact me off-list for details. thanks, Tom