PPP: Add test exhibiting empty packet null-deref

Also updates lcp.c to compile with PPP_AUTH_SUPPORT=0 in clang
This commit is contained in:
David Cermak
2022-02-18 17:55:37 +01:00
committed by Simon Goldschmidt
parent d8d1e4a015
commit 6b734bbb2c
7 changed files with 94 additions and 3 deletions

View File

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