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 4FAFF3858D20 for ; Mon, 7 Feb 2022 11:06:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4FAFF3858D20 Received: from mail-qk1-f197.google.com (mail-qk1-f197.google.com [209.85.222.197]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-205-BftafhdzNK628sB6A8ZTHA-1; Mon, 07 Feb 2022 06:06:26 -0500 X-MC-Unique: BftafhdzNK628sB6A8ZTHA-1 Received: by mail-qk1-f197.google.com with SMTP id u12-20020a05620a0c4c00b00475a9324977so8293004qki.13 for ; Mon, 07 Feb 2022 03:06:26 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:organization:date:message-id :user-agent:mime-version; bh=VdjZdHpr3iC92/8sET2QP3JoK66H/FFEGE44wjIfkLc=; b=48HNP7rq2cF7hIOUrv6K+xRcWNBjnwcWQN5jHTmR1lCZtodC9r/zT69lBBXSlgV23t dLV4bOKHgktAGPMUfLrLZ2WNet6jKJq0nlND8q2JcAx15Ri7/GH0o0BOlW/12a/mmEbj 3l/mOvL7wpo6jE1z6Nu4ph/lO1lRJ3Gum1xh5+62DEwzcczuzz8a1d3odPXhJh6obkvj QxhtTOcDdXJrWDq9YAsHyhjLPa1NtJ7+j9cnuXg6vYJ6Brmv6sKktD9Ak9l0lwU5CoYY sKgKtdsgWkpnGTFAvcGc6OC0LaEIuM768YxSAz7oKjjFdA0Ob29q8R3/5q8jiJKC1dj0 qJ3w== X-Gm-Message-State: AOAM530LCSrsDrVLxSuv8oaY2F+sboSF/I81TSXlVpdNqlqZKH2Tcg2E LT0q0FGRBvJN08ecbh1DERGYqMr657gfF6G2WZiyP6SMzZpDMHzZM/ASSgX3HeWNDGdrBPmX1zz aYrxl26+cDdtgGW0k5WhC X-Received: by 2002:a05:620a:2804:: with SMTP id f4mr5914474qkp.462.1644231985988; Mon, 07 Feb 2022 03:06:25 -0800 (PST) X-Google-Smtp-Source: ABdhPJzVe4ll59ZhUGlyvv7dJSUbUSKAfP9061eelo0JwqyjvnyX/y7faZ7m0STv5bxtVEm1a5cHfw== X-Received: by 2002:a05:620a:2804:: with SMTP id f4mr5914467qkp.462.1644231985760; Mon, 07 Feb 2022 03:06:25 -0800 (PST) Received: from localhost ([88.120.130.27]) by smtp.gmail.com with ESMTPSA id y5sm5346607qkp.37.2022.02.07.03.06.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Feb 2022 03:06:25 -0800 (PST) Received: by localhost (Postfix, from userid 1000) id 78EE8581C56; Mon, 7 Feb 2022 12:04:42 +0100 (CET) From: Dodji Seketeli To: libabigail@sourceware.org Cc: maennich@google.com, gprocida@google.com Subject: Patch review request for Bug 2664 - unexpected declaration-only types Organization: Red Hat / France X-Operating-System: Fedora 36 X-URL: http://www.redhat.com Date: Mon, 07 Feb 2022 12:04:42 +0100 Message-ID: <87v8xrlyyd.fsf@redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-Spam-Status: No, score=-6.0 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libabigail@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Mailing list of the Libabigail project List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2022 11:06:32 -0000 Hello Giuliano, Matthias and whoever would be interested in reviewing some patches :-) These two small patches that follow this message are meant to fix the problem reported at https://sourceware.org/bugzilla/show_bug.cgi?id=26646. The first one is a pre-requisite to fix a crash caused by the fact that we hit an assert in the symtab reader. The second one should hopefully fix the actual problem reported. Could you please review the patches and test them in your environment to see if they are useful at all? Thanks! -- Dodji