mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
Add length limit to TEE and REDIRECT, and completely factor out old C json-parser to eliminate a dependency.
This commit is contained in:
parent
8d594f8b53
commit
8e3463d47a
16 changed files with 158 additions and 1667 deletions
|
@ -51,12 +51,6 @@ else
|
|||
LDLIBS+=-lhttp_parser
|
||||
DEFS+=-DZT_USE_SYSTEM_HTTP_PARSER
|
||||
endif
|
||||
ifeq ($(wildcard /usr/include/json-parser/json.h),)
|
||||
OBJS+=ext/json-parser/json.o
|
||||
else
|
||||
LDLIBS+=-ljsonparser
|
||||
DEFS+=-DZT_USE_SYSTEM_JSON_PARSER
|
||||
endif
|
||||
|
||||
ifeq ($(ZT_USE_MINIUPNPC),1)
|
||||
OBJS+=osdep/PortMapper.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue