]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Purge early output files writability validations
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Mon, 6 May 2024 19:24:22 +0000 (13:24 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Mon, 6 May 2024 21:52:02 +0000 (15:52 -0600)
commit66e6f7b8968765af7a11852656d77b8e92d9516a
tree86a9861ef3000df0fbbb8c662d4ab6412d8d48fc
parentcffd42181ec2f4958c334edf6b88453a88abb09c
Purge early output files writability validations

Fort used to clear the --output.roa and --output.bgpsec files to make
sure they were writable, during early validations.

So this is why the files spent so much time being empty! This was not
acceptable. It didn't even guarantee the files would still remain
writable by the time Fort needed to properly populate them.

Adjacent progress for #124.
src/config.c
src/file.c
src/file.h
src/output_printer.c