commit | 1898ec362a5930c6925d84785b681576acdbcb99 | [log] [tgz] |
---|---|---|
author | Flavio Cruz <flaviocruz@gmail.com> | Sun Dec 22 00:34:35 2024 -0500 |
committer | Simon Marchi <simon.marchi@polymtl.ca> | Sun Dec 22 09:25:04 2024 -0500 |
tree | 8b77feef2c088baed16e50a1f0681a3c8a56f1c6 | |
parent | 3dc8bef12e08ba80f7c256d4de87704fd6591d67 [diff] |
gdb/hurd: remove VLA usage Compilation will fail with -Werror=vla, which seems to be the default. Note that we don't need to allocate num_threads + 1 since the matching algorithm works only on the num_threads as returned by task_threads. Change-Id: I276928d0ff3c52c7c7fe4edb857e5789cdabfcf7