]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
control: Add CTL_FREE_LIST to control memory management.
authorRoy Marples <roy@marples.name>
Sat, 10 Aug 2019 15:53:01 +0000 (16:53 +0100)
committerRoy Marples <roy@marples.name>
Sat, 10 Aug 2019 15:53:01 +0000 (16:53 +0100)
commit22a6165d4be4a0a33679b47e3bea72feebda345a
tree0d677871f0cb346f97604379e429d2a49b17fe10
parent754e4de72fdda34e0969f7c4c2c3bb9b4c59e2fa
control: Add CTL_FREE_LIST to control memory management.

While here, don't try to avoid a malloc and copy of the data
because the script env now just has one buffer.
src/control.c
src/control.h