diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2014-04-16 12:41:47 +0100 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2014-04-17 17:59:39 -0400 |
commit | b8508d2711900227a6b33e92d7f3f0b5b8420c38 (patch) | |
tree | 1fe448767309ebca1aa4254f27cfc3dbad999e9c /.gitignore | |
parent | 1d796cfacd2db2082d83395250565624f1ce5415 (diff) |
tests: Add a test-pseudotcp-fuzzy test for fuzzing PseudoTcpSocket
As documented at the top of the file, this creates two PseudoTcpSockets
in a loopback configuration, and mutates the raw packets which are sent
between them, hoping to cause assertion failures and illegal memory
accesses in the pseudotcp code.
Best run under Valgrind or GDB.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -142,6 +142,7 @@ tests/test-send-recv tests/test-mainloop tests/test-priority tests/test-pseudotcp +tests/test-pseudotcp-fuzzy tests/test-restart tests/test-thread tests/test-new-dribble |