public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [Bug default/31377] New: [libabigail] abidiff does not handle some flex array conversion
@ 2024-02-13 13:11 david.marchand at redhat dot com
  2024-02-13 13:12 ` [Bug default/31377] " david.marchand at redhat dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: david.marchand at redhat dot com @ 2024-02-13 13:11 UTC (permalink / raw)
  To: libabigail

https://sourceware.org/bugzilla/show_bug.cgi?id=31377

            Bug ID: 31377
           Summary: [libabigail] abidiff does not handle some flex array
                    conversion
           Product: libabigail
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: default
          Assignee: dodji at redhat dot com
          Reporter: david.marchand at redhat dot com
                CC: libabigail at sourceware dot org
  Target Milestone: ---

Following a tentative change submitted by a DPDK contributor, like

-       __extension__ uint8_t action_data[0];
+       uint8_t action_data[];

our ABI check raised a libabigail exception:

  type size hasn't changed
  1 data member change:
    'uint8_t action_data[]' has *some* difference - please report as a bug

So I am following the suggestion, and reporting a bug :-).
Binaries and commandline can be found in the archive attached to this bz.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-02-18 12:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-13 13:11 [Bug default/31377] New: [libabigail] abidiff does not handle some flex array conversion david.marchand at redhat dot com
2024-02-13 13:12 ` [Bug default/31377] " david.marchand at redhat dot com
2024-02-15 12:48 ` dodji at redhat dot com
2024-02-15 16:38 ` dodji at redhat dot com
2024-02-16  8:04 ` david.marchand at redhat dot com
2024-02-18 12:24 ` dodji at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).