478af5d1
by Allan McRae at 2024-03-19T00:40:09+00:00
Fix read-after-free issue parsing config files
We were indirectly adjusting a pointer to a parameter that was declared
as a const. This resulted in a use-after-free when using --debug:
[11:09:18] debug: config: finished parsing ��A�8_
Signed-off-by: Allan McRae <allan@archlinux.org>