From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 51BA238582AE for ; Mon, 25 Jul 2022 18:27:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 51BA238582AE Received: from mail-wm1-f71.google.com (mail-wm1-f71.google.com [209.85.128.71]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-441-kSXLSJDFOMCs68Gw43bO8A-1; Mon, 25 Jul 2022 14:27:31 -0400 X-MC-Unique: kSXLSJDFOMCs68Gw43bO8A-1 Received: by mail-wm1-f71.google.com with SMTP id n30-20020a05600c501e00b003a3264465ebso6129149wmr.1 for ; Mon, 25 Jul 2022 11:27:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:in-reply-to:references:date :message-id:mime-version; bh=T1HhLrMXlGlJrXYjjRa+cshENQwD7uiQeONSz/3x0wY=; b=1/k75rgGknTj6w/QFtP88wilzfBstXSTL4HAK3t0+mcnW4qxLst5iO6qVziNpPxMpe XiEP0CT8xCs7JKQkFfOS9PRz8EuDoaT3z4C0h9ulVlUzDrIh9uov0lxKY1j46rF1ufaE 8cHMlp92ufVqL/lDCCECbsRrHAN93UAuNDhDN53Q0vVt9vce8iyXfdUPTLig6uHl9U/m 7A7u5j/Y91+dxKCChjg2AbWM+FkpDFiFlTTEBnSOesD7Pl8v5PRWGxuu9PRfRlJx8eR+ hDXhwZm/4575+tuwlUqUBtKmI+dCxwpBK+3eR5mCXvhOO5DQiJ2FHNjrYuL4yxcPv5jf 28GA== X-Gm-Message-State: AJIora+/cQ3NSI6/CgqMcsGS8aiVtutaQNcHqsiZTqBhDXGmTP8dz2kC s+ke+Nni66JswC657cST6s2JNQdQsGByy2oc5loHhcDJQpbBg9sMcjWs7XdR8SmSA9jwn1wIoKk 9+4mVW3Vka0FTMCs3RhPG07epW6v1poaM/wIAOx6Ocl4SZQo+Z7NhKTUHMbT3CGopyNW1YXB6Tw == X-Received: by 2002:a7b:c7d2:0:b0:3a3:209d:cdc6 with SMTP id z18-20020a7bc7d2000000b003a3209dcdc6mr22681930wmk.55.1658773650335; Mon, 25 Jul 2022 11:27:30 -0700 (PDT) X-Google-Smtp-Source: AGRyM1tkY27YP97i6Fxx7KqIO9Hhi//EbGSajOIuWIo5qx8si+5GoBIRtpzk0fAu8oOhAPZlV9EUyw== X-Received: by 2002:a7b:c7d2:0:b0:3a3:209d:cdc6 with SMTP id z18-20020a7bc7d2000000b003a3209dcdc6mr22681922wmk.55.1658773649980; Mon, 25 Jul 2022 11:27:29 -0700 (PDT) Received: from localhost (15.72.115.87.dyn.plus.net. [87.115.72.15]) by smtp.gmail.com with ESMTPSA id bo27-20020a056000069b00b0021e51c039c5sm12041887wrb.80.2022.07.25.11.27.29 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 25 Jul 2022 11:27:29 -0700 (PDT) From: Andrew Burgess To: gdb-patches@sourceware.org Subject: Re: [PATCH 0/2] Fix some undefined haviour bugs in Python disassembler API In-Reply-To: References: <60eaedb1-8caf-1a52-0875-e3c5f5c8d8d4@simark.ca> Date: Mon, 25 Jul 2022 19:27:28 +0100 Message-ID: <87y1wh82un.fsf@redhat.com> MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jul 2022 18:27:34 -0000 Andrew Burgess writes: > Simon, > > Thanks for finding this problem. The first patch here fixes the > problem you found. While testing this first patch I found another > issue, which is what the second patch fixes. > > I'll probably push these in a few days unless I get some objections. I've pushed both these patches now. Thanks, Andrew