From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CE23E3858007; Fri, 23 Oct 2020 04:31:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CE23E3858007 From: "woodard at redhat dot com" To: libabigail@sourceware.org Subject: [Bug default/26776] New: harmless changes indicate incomplete representation of ABI Date: Fri, 23 Oct 2020 04:31:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: libabigail X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: woodard at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dodji at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Fri, 23 Oct 2020 04:31:47 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D26776 Bug ID: 26776 Summary: harmless changes indicate incomplete representation of ABI Product: libabigail Version: unspecified Status: NEW Severity: normal Priority: P2 Component: default Assignee: dodji at redhat dot com Reporter: woodard at redhat dot com CC: libabigail at sourceware dot org Target Milestone: --- $ abidw /lib64/libkrb5.so.3.3 >bar; abidiff --harmless bar /lib64/libkrb5.so.3.3 Functions changes summary: 0 Removed, 7 Changed, 0 Added functions Variables changes summary: 0 Removed, 0 Changed, 0 Added variable 7 functions with some indirect sub-type change: [C]'function void k5_rc_close(krb5_context, krb5_rcache)' at rc_base.c:11= 8:1 has some indirect sub-type changes: parameter 2 of type 'typedef krb5_rcache' has sub-type changes: underlying type 'krb5_rc_st*' changed: in pointed to type 'struct krb5_rc_st' at rc-int.h:41:1: type size hasn't changed type struct krb5_rc_st was a declaration-only type and is now a defined type [C]'function const char* k5_rc_get_name(krb5_context, krb5_rcache)' at rc_base.c:139:1 has some indirect sub-type changes: parameter 2 of type 'typedef krb5_rcache' has sub-type changes: underlying type 'krb5_rc_st*' changed: pointed to type 'struct krb5_rc_st' changed, as reported earlier [C]'function krb5_error_code k5_rc_resolve(krb5_context, const char*, krb5_rcache*)' at rc_base.c:70:1 has some indirect sub-type changes: parameter 3 of type 'krb5_rcache*' has sub-type changes: pointed to type 'typedef krb5_rcache' changed at krb5.h:2717:1, as reported earlier [C]'function krb5_error_code krb5_rc_default(krb5_context, krb5_rcache*)'= at rc_base.c:177:1 has some indirect sub-type changes: parameter 2 of type 'krb5_rcache*' has sub-type changes: pointed to type 'typedef krb5_rcache' changed at krb5.h:2717:1, as reported earlier [C]'function krb5_error_code krb5_rc_destroy(krb5_context, krb5_rcache)' = at rc_base.c:183:1 has some indirect sub-type changes: parameter 2 of type 'typedef krb5_rcache' has sub-type changes: underlying type 'krb5_rc_st*' changed: pointed to type 'struct krb5_rc_st' changed, as reported earlier [C]'function krb5_error_code krb5_rc_get_lifespan(krb5_context, krb5_rcac= he, krb5_deltat*)' at rc_base.c:189:1 has some indirect sub-type changes: parameter 2 of type 'typedef krb5_rcache' has sub-type changes: underlying type 'krb5_rc_st*' changed: pointed to type 'struct krb5_rc_st' changed, as reported earlier [C]'function krb5_error_code krb5_rc_initialize(krb5_context, krb5_rcache, krb5_deltat)' at rc_base.c:195:1 has some indirect sub-type changes: parameter 2 of type 'typedef krb5_rcache' has sub-type changes: underlying type 'krb5_rc_st*' changed: pointed to type 'struct krb5_rc_st' changed, as reported earlier [ben@alien test]$ abidw /lib64/libkrb5.so.3.3 >bar; abidiff bar /lib64/libkrb5.so.3.3 Functions changes summary: 0 Removed, 0 Changed (7 filtered out), 0 Added functions Variables changes summary: 0 Removed, 0 Changed, 0 Added variable $ rpm -qf /lib64/libkrb5.so.3.3 krb5-libs-1.18.2-22.fc33.x86_64 $ rpm -q libabigail libabigail-1.7-2.fc33.x86_64 The fact that these are reported even as harmless changes to the ABI even w= hen they are an identity indicates that the ABI is not being fully represented = in the abidw file generated by abidw. --=20 You are receiving this mail because: You are on the CC list for the bug.=