]> git.ipfire.org Git - location/libloc.git/commit
strings: Statically allocate all address/network strings
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 7 Mar 2022 13:21:29 +0000 (13:21 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 7 Mar 2022 13:21:29 +0000 (13:21 +0000)
commit0a0a289a2563a7adfd43a2ce486b8ed14567e1db
tree75d0346ffb174f1d554e4f6a7e3733cb0638566a
parent1fd09d0b09756649968fec42c737c88b92e4f11f
strings: Statically allocate all address/network strings

This helps us to write less code and spend less time allocating and
freeing memory.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/address.c [new file with mode: 0644]
src/database.c
src/libloc/address.h
src/libloc/network.h
src/network-list.c
src/network.c
src/python/network.c
src/test-database.c
src/test-network.c