-
由 Thiago Macieira 创作于
It's very easy for a short packet to contain a very high number of nested arrays (a packet with N bytes can be N-1 nested arrays), which could cause stack overflow problems in devices using cbor_value_map_find_value, so ensure that we won't crash. The actual value needs to be chosen by the implementor depending on the stack size of their devices and the expected usage. Signed-off-by:
Thiago Macieira <thiago.macieira@intel.com>
由 Thiago Macieira 创作于It's very easy for a short packet to contain a very high number of nested arrays (a packet with N bytes can be N-1 nested arrays), which could cause stack overflow problems in devices using cbor_value_map_find_value, so ensure that we won't crash. The actual value needs to be chosen by the implementor depending on the stack size of their devices and the expected usage. Signed-off-by:
Thiago Macieira <thiago.macieira@intel.com>
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。