aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2025-02-19 22:45:29 +1030
committerAlan Modra <amodra@gmail.com>2025-02-19 23:03:11 +1030
commite51fdff7d2e538c0e5accdd65649ac68e6e0ddd4 (patch)
treec1c459a86a63c63b01fd9f21c48bf8ca21a84242 /gdb
parent1dd0c74551166c07ba0f26d10432ffa577453713 (diff)
downloadbinutils-e51fdff7d2e538c0e5accdd65649ac68e6e0ddd4.zip
binutils-e51fdff7d2e538c0e5accdd65649ac68e6e0ddd4.tar.gz
binutils-e51fdff7d2e538c0e5accdd65649ac68e6e0ddd4.tar.bz2
binutils/dwarf.c debug_information leak
It is possible with fuzzed files to have num_debug_info_entries zero after allocating space for debug_information, leading to multiple allocations. * dwarf.c (process_debug_info): Don't test num_debug_info_entries to determine whether debug_information has been allocated, test alloc_num_debug_info_entries.
Diffstat (limited to 'gdb')
0 files changed, 0 insertions, 0 deletions