public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix array subrange (de) serialization
@ 2020-11-27 16:30 Dodji Seketeli
  2020-11-27 16:39 ` [PATCH 1/2] reader: Read array subrange length into an uint64_t Dodji Seketeli
  2020-11-27 16:40 ` [PATCH 2/2] Bug 26780 - Fix array subrange bounds (de)serialization Dodji Seketeli
  0 siblings, 2 replies; 3+ messages in thread
From: Dodji Seketeli @ 2020-11-27 16:30 UTC (permalink / raw)
  To: libabigail; +Cc: dodji, woodard

Hello,

The following two small patches are to fix bug
https://sourceware.org/bugzilla/show_bug.cgi?id=26780 where libabigail
fails to properly serialise Fortran array sub-ranges.

The first patch is just a small cleanup patch for a little issue I saw
while looking at the bug.  The second patch is the bug fix itself.

The two patches have been applied to master.

Dodji Seketeli (2):
  reader: Read array subrange length into an uint64_t
  Bug 26780 - Fix array subrange bounds (de)serialization

 src/abg-reader.cc                             |  28 ++++++++++++++++--
 src/abg-writer.cc                             |  10 +++++++
 tests/data/Makefile.am                        |   3 ++
 .../hdf5-1.10.6-2.fc33.x86_64.rpm             | Bin 0 -> 2227815 bytes
 ...10.6-2.fc33.x86_64.self-check-report-0.txt |  24 +++++++++++++++
 .../hdf5-debuginfo-1.10.6-2.fc33.x86_64.rpm   | Bin 0 -> 3825438 bytes
 tests/test-diff-pkg.cc                        |  12 ++++++++
 7 files changed, 75 insertions(+), 2 deletions(-)
 create mode 100644 tests/data/test-diff-pkg/hdf5-1.10.6-2.fc33.x86_64.rpm
 create mode 100644 tests/data/test-diff-pkg/hdf5-1.10.6-2.fc33.x86_64.self-check-report-0.txt
 create mode 100644 tests/data/test-diff-pkg/hdf5-debuginfo-1.10.6-2.fc33.x86_64.rpm

-- 
2.29.2

-- 
		Dodji


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

end of thread, other threads:[~2020-11-27 16:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-27 16:30 [PATCH 0/2] Fix array subrange (de) serialization Dodji Seketeli
2020-11-27 16:39 ` [PATCH 1/2] reader: Read array subrange length into an uint64_t Dodji Seketeli
2020-11-27 16:40 ` [PATCH 2/2] Bug 26780 - Fix array subrange bounds (de)serialization Dodji Seketeli

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).