]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Convert RRDP XML strings to char *
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Sat, 24 Feb 2024 01:20:02 +0000 (19:20 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Sat, 24 Feb 2024 01:20:02 +0000 (19:20 -0600)
commitf73c06a3d6d09e432657530a674165f690b496e2
treef86689f7fe44a843dce6b721c874d1caa0777412
parent1bf9376ea44d79c2e97a01115002efb3873718a5
Convert RRDP XML strings to char *

To prevent extra allocations and copies, strings in the RRDP module used
to be stored as `xmlChar *`s. This optimization doesn't hold water now
that I'm planning to also convert them to JSON.
src/rrdp.c
test/rrdp_test.c