]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
modules: fixed module unload touching freed memory
authorMarek Vavruša <marek.vavrusa@nic.cz>
Sun, 24 May 2015 21:29:01 +0000 (23:29 +0200)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Mon, 25 May 2015 11:49:18 +0000 (13:49 +0200)
commitefccea8e960e704d8c3271211700c416c7e47604
treeee140160cf79a50585a423d1149da881f0831066
parentb42e5aa50f085e74dbe7f9b20fcb080ea28f289c
modules: fixed module unload touching freed memory

the module memory not be moved (reallocd), turned array of modules to array of pointers to modules
daemon/bindings.c
daemon/engine.c
daemon/ffimodule.c
lib/module.c
lib/resolve.c
lib/resolve.h