mirror of
https://github.com/json-c/json-c.git
synced 2026-05-04 19:29:06 +08:00
Add a test to check for issues with deeply nested objects, which can cause problems due to stack recursion.
This commit is contained in:
@@ -267,6 +267,7 @@ if (HAVE_SYS_RANDOM_H)
|
||||
endif()
|
||||
if (HAVE_SYS_RESOURCE_H)
|
||||
check_symbol_exists(getrusage "sys/resource.h" HAVE_GETRUSAGE)
|
||||
check_symbol_exists(setrlimit "sys/resource.h" HAVE_SETRLIMIT)
|
||||
endif()
|
||||
|
||||
check_symbol_exists(strtoll "stdlib.h" HAVE_STRTOLL)
|
||||
|
||||
Reference in New Issue
Block a user