CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2016/06/01 18:34:13
Modified files: sys/net : art.c Log message: always clean up the heap in art_table_delete, even for the last at_refcnt in the future a table may also be referenced by a cpu reading it with srp as well as the art rtable, so try and make sure it is always usable. ok mpi@