zephyr/subsys/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
..
capture
coap net: coap: CoAP reply handler fix 2023-06-13 07:06:08 -04:00
config net: config: Add VLAN identifier as network initial configuration 2023-06-21 09:32:41 +02:00
dns net: dns_sd: Prevent dead code in query parsing 2023-06-03 04:13:46 -04:00
http net: http: define http service and resource iterable sections 2023-03-08 13:57:13 +00:00
lwm2m net: lwm2m: Ensure string termination 2023-06-21 10:42:31 +02:00
mqtt net: mqtt: close tcp socket after websocket_disconnect 2023-06-19 09:18:45 +01:00
mqtt_sn net: mqtt-sn: fix port in mqtt-sn debug message 2023-06-06 09:40:52 -04:00
sntp net: sntp: support building without NET_SOCKETS_POSIX_NAMES 2023-04-24 09:23:17 -04:00
sockets net: syscalls: use zephyr_syscall_header 2023-06-17 07:57:45 -04:00
socks
tftp net: tftp: Add client context 2023-02-28 10:29:30 +01:00
tls_credentials init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
utils net: sntp: support building without NET_SOCKETS_POSIX_NAMES 2023-04-24 09:23:17 -04:00
websocket net: websockets: do not close tcp socket in websocket 2023-06-19 09:18:45 +01:00
zperf net: lib: zperf: fix kernel panic due to invalid thread prio 2023-06-13 06:58:15 -04:00
CMakeLists.txt net: conn_mgr: Reorganize files 2023-05-11 12:15:44 +02:00
Kconfig net: conn_mgr: Reorganize files 2023-05-11 12:15:44 +02:00