]> sourceware.org Git - libabigail.git/commit
RHBZ1944102 - self comparing ABI of protobuf-3.14.0-2.el9 failed
authorDodji Seketeli <dodji@redhat.com>
Thu, 9 Sep 2021 16:04:09 +0000 (18:04 +0200)
committerDodji Seketeli <dodji@redhat.com>
Thu, 9 Sep 2021 16:39:33 +0000 (18:39 +0200)
commit2981a454bb8de3bdb55ac58875b258c2fa320ccb
tree9f8a4743a3163ffb7c1842376f7dd2e23dfd9c2b
parent7488c8df3bf10750ce059a0ec1d44d8149149c86
RHBZ1944102 - self comparing ABI of protobuf-3.14.0-2.el9 failed

Reading size and alignment from abixml can lead to loss of precision
that surfaced when self comparing the protobuf package as described in
bug https://bugzilla.redhat.com/show_bug.cgi?id=1944102.

Fixed thus.

* src/abg-reader.cc (read_size_and_alignment): Use atoll to read
long long values, not atoi.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
src/abg-reader.cc
This page took 0.028598 seconds and 5 git commands to generate.