]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Final tweaks to #83/#89 (for release 1.5.4)
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Mon, 6 Feb 2023 17:57:20 +0000 (11:57 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Mon, 6 Feb 2023 19:32:51 +0000 (13:32 -0600)
commitda39bc61c0c920157ddd7a8da271c6a004655eee
tree3ceb2e400dd8a0c335708381b600b531ab28ea9f
parentb027fb4421c0abf2851d3e5551ddd9f944197f24
Final tweaks to #83/#89 (for release 1.5.4)

1. Revert panic back into the code.

- Fort SHOULD die as soon as it realizes the VRP table is corrupted, as
  we should not send garbage to the routers.
- Also, I'm not entirely sure the code would not crash later anyway,
  since the table is, in fact, corrupted.
- Plus, if it doesn't crash, there would be no core dump to further
  analyze the bug.

2. Point bug output to the currently active bug report

Might help us get some output earlier.
src/output_printer.c
src/rtr/db/db_table.c
src/rtr/db/delta.c