diff options
author | Tom Tromey <tromey@adacore.com> | 2020-09-08 10:35:22 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2020-09-08 10:35:22 -0600 |
commit | 03b0a45f15e44da7983dffea921c0c43a19250ff (patch) | |
tree | 3ed934e41e6457cb27dc40b74725ec506e32c1b8 /gnulib | |
parent | 3cae444768c36314cc4acf80714461cbe0aff4e4 (diff) | |
download | gdb-03b0a45f15e44da7983dffea921c0c43a19250ff.zip gdb-03b0a45f15e44da7983dffea921c0c43a19250ff.tar.gz gdb-03b0a45f15e44da7983dffea921c0c43a19250ff.tar.bz2 |
Fix uninitialized warning in gdb_bfd_open
The previous patch introduced an uninitialized warning in
gdb_bfd_open. The problem was that "abfd" was being used without
being initialized.
This patch fixes the problem by calling bfd_fopen in the branch where
"fstat" has failed.
gdb/ChangeLog
2020-09-08 Tom Tromey <tromey@adacore.com>
* gdb_bfd.c (gdb_bfd_open): Call bfd_fopen when fstat fails.
Diffstat (limited to 'gnulib')
0 files changed, 0 insertions, 0 deletions