aboutsummaryrefslogtreecommitdiff
path: root/gdb/aarch64-tdep.c
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2024-04-17 16:17:33 -0600
committerTom Tromey <tom@tromey.com>2024-04-21 12:12:43 -0600
commite6375bc8ebbbc177c79f08e9616eb0b131229f65 (patch)
treefca4ad6a0389268a24e79e5b007b65528cda648d /gdb/aarch64-tdep.c
parent7e9ef24e4a72d8d174932c7dd6be44226328ab88 (diff)
downloadbinutils-e6375bc8ebbbc177c79f08e9616eb0b131229f65.zip
binutils-e6375bc8ebbbc177c79f08e9616eb0b131229f65.tar.gz
binutils-e6375bc8ebbbc177c79f08e9616eb0b131229f65.tar.bz2
Remove some alloca uses
A few spots (mostly in the parsers) use alloca to ensure that a string is terminated before passing it to a printf-like function (mostly 'error'). However, this isn't needed as the "%.*s" format can be used instead. This patch makes this change. In one spot the alloca is dead code and is simply removed. Regression tested on x86-64 Fedora 38. Approved-By: John Baldwin <jhb@FreeBSD.org>
Diffstat (limited to 'gdb/aarch64-tdep.c')
0 files changed, 0 insertions, 0 deletions