commit | d724d71ad22b9d4b8e659d9c44cce8b724f4f7f5 | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@efficios.com> | Wed Jul 31 14:06:12 2024 -0400 |
committer | Simon Marchi <simon.marchi@polymtl.ca> | Fri Aug 02 16:54:25 2024 -0400 |
tree | 0f976ca65d4bb650f182b3c3e24aa0876b06a1c6 | |
parent | 6ce1ea97af20b9e618c524aa719e70c17dacda74 [diff] |
gdb: remove uses of VLA Remove uses of VLAs, replace with gdb::byte_vector. There might be more in files that I can't compile, but it's difficult to tell without actually compiling on all platforms. Many thanks to the Linaro pre-commit CI for helping find some problems with an earlier iteration of this patch. Change-Id: I3e5e34fcac51f3e6b732bb801c77944e010b162e Reviewed-by: Keith Seitz <keiths@redhat.com>