PPP: Add test exhibiting empty packet null-deref

This commit is contained in:
David Cermak
2022-02-18 17:55:37 +01:00
parent 1c9cd9c1e4
commit 202a07da76
6 changed files with 88 additions and 1 deletions

View File

@ -29,4 +29,5 @@ set(LWIP_TESTFILES
${LWIP_TESTDIR}/tcp/test_tcp_state.c
${LWIP_TESTDIR}/tcp/test_tcp.c
${LWIP_TESTDIR}/udp/test_udp.c
${LWIP_TESTDIR}/ppp/test_pppos.c
)