1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

7 Commits

Author SHA1 Message Date
Karl Fessel
b192e5f63c fuzzing/gnrc: include gnrc/netreg.h 2022-02-28 14:53:08 +01:00
Simon Brummer
88a0273434 gnrc_tcp: add listen/accept 2021-07-08 09:40:02 +02:00
1d5e2e9cd9 all: remove traces of kernel_types.h
Automatically removed using:

    $ git grep -l kernel_types | xargs sed -i '/^#include .kernel_types/d'
2020-11-25 17:52:34 +01:00
Sören Tempel
e24774b739 fuzzing/gcoap: Initialize 2020-05-26 17:24:41 +02:00
Sören Tempel
830479ece5 fuzzing: Add some documentation on writing fuzzing applications 2020-04-17 17:11:15 +02:00
Sören Tempel
0a189c2d73 fuzzing/gnrc_tcp: Initialize 2020-04-17 17:11:15 +02:00
Sören Tempel
24468bead6 fuzzing: Initialize
This adds a new subdirectory called `fuzzing/` which will contain
applications for fuzzing various RIOT network modules in the future.
This subdirectory is heavily inspired by the `examples/` subdirectory.

The fuzzing applications use AFL as a fuzzer. Each application contains
Makefiles, source code, and an input corpus used by AFL to generate
input for fuzzing.
2020-04-17 17:11:15 +02:00