diff options
author | Alan Modra <amodra@gmail.com> | 2022-03-17 17:55:48 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2022-03-17 21:32:44 +1030 |
commit | 98c445c0b98c8da183e9bfad32df3936a8d7fd35 (patch) | |
tree | cede8981489a2eb4535ef688a8260546938cce45 /gdb/python | |
parent | 0c6a3cd13585be7d17d5ee76ac9c4404910d2b17 (diff) | |
download | binutils-98c445c0b98c8da183e9bfad32df3936a8d7fd35.zip binutils-98c445c0b98c8da183e9bfad32df3936a8d7fd35.tar.gz binutils-98c445c0b98c8da183e9bfad32df3936a8d7fd35.tar.bz2 |
asan: Buffer overflow in evax_bfd_print_dst
With "name" a char*, the length at name[0] might be negative, escaping
buffer limit checks.
* vms-alpha.c (evax_bfd_print_dst): Make name an unsigned char*.
(evax_bfd_print_emh): Likewise.
Diffstat (limited to 'gdb/python')
0 files changed, 0 insertions, 0 deletions