zephyr/subsys/net
Hyunsu Yoon db890a201a net: lwm2m: fix buffer size check for U16 resource
The lwm2m_check_buf_sizes() function was not checking resources of
type LWM2M_RES_TYPE_U16, which could lead to potential overflows
when writing larger data types into U16 resources. Add a case for
LWM2M_RES_TYPE_U16 to properly validate the buffer size.

Fixes #77016

Signed-off-by: Hyunsu Yoon <piedroconti@naver.com>
2024-09-02 12:32:50 -04:00
..
conn_mgr net: shell: add conn_mgr shell commands 2024-08-20 10:31:55 +02:00
ip net: Make sure net_buf data size is large enough for IPv6 2024-09-02 12:32:10 -04:00
l2 net: l2: wifi: Fix issue command wifi connect fail. 2024-08-28 06:51:41 -04:00
lib net: lwm2m: fix buffer size check for U16 resource 2024-09-02 12:32:50 -04:00
pkt_filter
buf.c net: buf: Clear user_data on allocation 2024-08-19 09:55:24 -04:00
buf_simple.c net: buf: Add const to net_buf API 2024-07-08 16:02:39 +02:00
CMakeLists.txt net: conn_mgr: Write documentation 2023-09-28 15:11:14 +02:00
hostname.c net: hostname: Add a function to set the hostname postfix as is. 2024-07-28 07:28:51 +03:00
Kconfig net: Add Kconfig for net buf alignment 2023-12-14 09:29:47 +01:00
Kconfig.hostname net: add set hostname function 2024-01-17 14:42:58 +01:00
Kconfig.template.log_config.default.net
Kconfig.template.log_config.net