zephyr/tests/net/lib
Seppo Takalo 95cef5f3ab net: lwm2m: Ensure string termination
When writing string data to resources which are string types,
we should count in the terminating character into the data length.

Corner cases exist where LwM2M resource type is opaque but
lwm2m_get_string() or lwm2m_set_string() are used to read/write
the data. We must ensure string termination on those case, but
terminating character must not be stored in the engine buffer
or counted in the data length as this might be considered
as part of the binary data.

Fixes #59196

Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no>
2023-06-21 10:42:31 +02:00
..
coap sys/util: extend usage of DIV_ROUND_UP 2023-04-12 16:42:29 +02:00
coap_client tests: coap_client: Type case to uint8_t after shift 2023-05-30 13:04:13 -04:00
dns_addremove samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
dns_packet samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
dns_resolve samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
dns_sd samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
http_header_fields samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
http_server/common iterable_sections: move to specific header 2023-05-22 10:42:30 +02:00
lwm2m net: lwm2m: Ensure string termination 2023-06-21 10:42:31 +02:00
mqtt_packet samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
mqtt_publisher samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
mqtt_pubsub samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
mqtt_sn_client samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
mqtt_sn_packet samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
mqtt_subscriber samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
tls_credentials samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00