]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
RRDP: Fix underutilization of the filename stack
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Mon, 8 Nov 2021 22:06:18 +0000 (16:06 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Mon, 8 Nov 2021 22:11:06 +0000 (16:11 -0600)
commite5373f1edf4aead529762d3e65ca49e2e438ee10
treec6d73025392ceddec982c2bd4ea30c65b6d01e4d
parentb2e9794165d5e0d013ff8b7711f32b6a3978fe59
RRDP: Fix underutilization of the filename stack

Lots of error messages were referring to the wrong file, and several of
them printed the correct file manually as what I can only describe as a
quick workaround.

It's not perfect; not all the RRDP code has been patched. That'll have
to wait until the deep RRDP refactor.
src/http/http.c
src/rrdp/rrdp_loader.c
src/rrdp/rrdp_parser.c
src/thread_var.c