In Binutils, the field `the_bfd` of `asymbol` is uninitialized in function `bfd_mach_o_get_synthetic_symtab`. Upstream bug: https://sourceware.org/bugzilla/show_bug.cgi?id=29677 Upstream fix: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d12f8998d2d086f0a6606589e5aedb7147e6f2f1
This bug only affects binutils versions that have been configured to support the Mach-O file format. This is not the case on binutils builds for Fedora or RHEL-9 and only affects the binutils builds for the s390x target on RHEL 8/7/6. See BZ 2167467 for more details on why bugs in Mach-O support is restricted to these releases.
This does not affect gdb in RHEL or Fedora; gdb does not have or build the affected code.