Skip to content

Fix read-after-free issue parsing config files

Allan McRae requested to merge allan/debugreadafterfree into master

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

Merge request reports