mirror of
https://github.com/json-c/json-c.git
synced 2026-04-04 12:59:07 +08:00
Issue #881: don't allow json_tokener_new_ex() with a depth < 1
This commit is contained in:
@@ -206,6 +206,7 @@ JSON_EXPORT struct json_tokener *json_tokener_new(void);
|
||||
|
||||
/**
|
||||
* Allocate a new json_tokener with a custom max nesting depth.
|
||||
* The depth must be at least 1.
|
||||
* @see JSON_TOKENER_DEFAULT_DEPTH
|
||||
*/
|
||||
JSON_EXPORT struct json_tokener *json_tokener_new_ex(int depth);
|
||||
|
||||
Reference in New Issue
Block a user