nuttx/net/procfs
Petro Karashchenko 1b0baa8337 nuttx: use lib_free for memory de-allocation after strdup or asprintf
The memory allocated with strdup and asprintf is done via lib_malloc
so we need to use lib_free to deallocate memory otherwise the assertion
"Free memory from the wrong heap" is hit with flat mode and user separated
heap enabled mode.

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
2023-08-08 11:58:29 -03:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig
Make.defs net/procfs: add udp profs support 2022-09-09 19:33:46 +08:00
net_mld.c
net_procfs_route.c procfs: remove procfs_ from procfs_operations variables 2023-04-22 03:33:50 -04:00
net_procfs.c nuttx: use lib_free for memory de-allocation after strdup or asprintf 2023-08-08 11:58:29 -03:00
net_statistics.c
net_tcp.c net/procfs: Simplify logic for tcp/udp stats 2023-08-07 08:08:37 -07:00
net_udp.c net/procfs: Simplify logic for tcp/udp stats 2023-08-07 08:08:37 -07:00
netdev_statistics.c net/procfs: Support to show MTU in netdev statistics 2023-04-28 09:45:21 +08:00
procfs.h net/procfs: disable tcp/udp proc node if no stack available 2022-09-19 15:45:19 +08:00