mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-09-22 00:33:46 +08:00
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:
committed by
Simon Goldschmidt
parent
d8d1e4a015
commit
6b734bbb2c
13
test/unit/ppp/test_pppos.h
Normal file
13
test/unit/ppp/test_pppos.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef LWIP_HDR_TEST_PPPOS_H
|
||||
#define LWIP_HDR_TEST_PPPOS_H
|
||||
|
||||
#include "../lwip_check.h"
|
||||
#include "netif/ppp/ppp.h"
|
||||
|
||||
#if PPP_SUPPORT && PPPOS_SUPPORT
|
||||
|
||||
Suite* pppos_suite(void);
|
||||
|
||||
#endif /* PPP_SUPPORT && PPPOS_SUPPORT */
|
||||
|
||||
#endif /* LWIP_HDR_TEST_PPPOS_H */
|
||||
Reference in New Issue
Block a user