DF-0298
ng_type->refs refcount mutated without typelist lock
Summary
ng_make_node_common(:636) refs++ and ng_unref_node(:763) refs-- with NO lock (author XXX maybe should get types lock?). ng_rmtype/MOD_UNLOAD check refs>1/==0 also unlocked. Lost update -> module freed while node still references type vtable -> UAF on next rcvmsg/rcvdata. Root-only.