Re: [OpenWrt-Devel] [PATCH] uci: test: use valgrind to detect memory corruptions

2019-05-17 Thread Sven Eckelmann
On Friday, 17 May 2019 11:44:25 CEST Charlemagne Lasse wrote: > uci is currently a highly problematic software and its library & lua > bindings cannot be used without corrupting or leaking memory heap-use-after-free - yes. But I cannot find the memory leak report/test. This is what I am

[OpenWrt-Devel] [PATCH] uci: test: use valgrind to detect memory corruptions

2019-05-17 Thread Charlemagne Lasse
uci is currently a highly problematic software and its library & lua bindings cannot be used without corrupting or leaking memory in the host process. Every long running process will suffer. The only way to use it with an acceptable risk is by using the cli interface which throws its virtual