K 10 svn:author V 7 delphij K 8 svn:date V 27 2017-06-25T05:46:03.501323Z K 7 svn:log V 356 MFC r320216: Fix use-after-free introduced in r300388. In r300388, endnetconfig() was called on nc_handle which would release the associated netconfig structure, which means tmpnconf->nc_netid would be a use-after-free. Solve this by doing endnetconfig() in return paths instead. Reported by: jemalloc via kevlo Reviewed by: cem, ngie (earlier version) END