]> git.puffer.fish Git - mirror/frr.git/commit
tests/isisd: remove auth when fuzzing
authorChristian Franke <chris@opensourcerouting.org>
Fri, 25 May 2018 12:31:59 +0000 (14:31 +0200)
committerChristian Franke <chris@opensourcerouting.org>
Wed, 5 Sep 2018 09:38:13 +0000 (11:38 +0200)
commit9d33cf3886c6451291d019577ae6e6f1c9dbbf2a
tree62261f2167ec063173a7dbde6fd4ffa9b614f66e
parentbd507085e0559ae6c8c6076c2948fdd6c66e4d1f
tests/isisd: remove auth when fuzzing

Our "deserialize, reserialize, check-equality" test fails when the
fuzzer produces PDUs with incorrect cryptographic checksums.

While the most realistic solution would be to validate the
cryptographic checksums in the test program, that seems very silly,
given that we don't want to fuzz our cryptographic auth.

Given that, removing auth during fuzzing seems the next best solution.

Signed-off-by: Christian Franke <chris@opensourcerouting.org>
tests/isisd/test_fuzz_isis_tlv.c