From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by sourceware.org (Postfix) with ESMTPS id 62C9A3858D39 for ; Wed, 24 May 2023 18:30:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 62C9A3858D39 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 764751FDCB; Wed, 24 May 2023 18:30:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1684953052; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=wPWv8GQpYsX0g2oRRshiGskYv1+yQIOLcs4d+eqxGe8=; b=zaqlWaUDAzQJyfzdWlajdKgcTMR7uY/0nZYsBU9uN41BKfSK6wugeCtxaeLtwjmGm0hBhs QQgAtNpDcKXMOQFmYbe8YFAAPN0acETsFOhdQi4B2pltCnallxm9dkfAkEsTfVJgOYBwsp GkMU1hW0ahmHhu3TrWbTnsD4vnHFIGk= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1684953052; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=wPWv8GQpYsX0g2oRRshiGskYv1+yQIOLcs4d+eqxGe8=; b=ezi1JZitr5636J3OiPjz5fZMXPxx/coc4CX26p7vt9ms7OOhsBE6j2Lw0/W2le8BOqMVAi ICV77ctPYSVerUDw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 5C4A5133E6; Wed, 24 May 2023 18:30:52 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 3gxjFdxXbmQcFAAAMHmgww (envelope-from ); Wed, 24 May 2023 18:30:52 +0000 Message-ID: Date: Wed, 24 May 2023 20:31:00 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: [PATCH] [readline] Fix double free in _rl_scxt_dispose Content-Language: en-US To: Andrew Burgess , gdb-patches@sourceware.org, bug-readline@gnu.org References: <20230523160431.28769-1-tdevries@suse.de> <87lehd61i4.fsf@redhat.com> From: Tom de Vries In-Reply-To: <87lehd61i4.fsf@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 5/24/23 20:13, Andrew Burgess wrote: > Tom de Vries writes: > Have you posted this to the readline list? I think it would be best if > we at least posted patches like this upstream before we merge them. Yes, I send this to both gdb-patches and bug-readline, as you can see in the CC of your reply ;) Thanks, - Tom