CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2016/10/27 03:48:01
Modified files: sys/net : switchofp.c Log message: Avoid a use after free in swofp_flow_timeout(). The swofp_flow_entry_delete() call frees the memory pointed to by the swfe variable which was used later in the loop. ok rzalamena@