"zcbor_any_skip" recursively calls itself and places zcbor_state_t on the stack
This seems to be against the design philosopy, as other functionality uses the zcbor_state_t array,
Would prefer that there is at least a macro constraining the number of recursions,
As heavily nested maps/list decoded with any could cause stack overflows/
"zcbor_any_skip" recursively calls itself and places zcbor_state_t on the stack
This seems to be against the design philosopy, as other functionality uses the zcbor_state_t array,
Would prefer that there is at least a macro constraining the number of recursions,
As heavily nested maps/list decoded with any could cause stack overflows/