aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2011-12-14 20:24:59 +0000
committerJoel Brobecker <brobecker@gnat.com>2011-12-14 20:24:59 +0000
commit6475f2fe1c3e31535c8feeb68ac978eb5e37d664 (patch)
treeb80094bb2c9dbf7ef4f9dd95b4a65fb5b135aad1 /gdb/utils.c
parentd6a0f6e0c71bc2217ddc2d8bc51331f4f713c43d (diff)
downloadbinutils-6475f2fe1c3e31535c8feeb68ac978eb5e37d664.zip
binutils-6475f2fe1c3e31535c8feeb68ac978eb5e37d664.tar.gz
binutils-6475f2fe1c3e31535c8feeb68ac978eb5e37d664.tar.bz2
fix uninitialized field in ada-lang.c (struct match_data)
Field found_sym in add_nonlocal_symbols's struct match_data is used uninitialized. Rather than adding the initialization of this field (to zero), we set the entire structure to zero first, and then set the fields that need to be initialized to non-zero next. gdb/ChangeLog: * ada-lang.c (add_nonlocal_symbols): Initialize data to all zeros. Remove setting of data.arg_sym to NULL.
Diffstat (limited to 'gdb/utils.c')
0 files changed, 0 insertions, 0 deletions