CVSROOT: /cvs Module name: src Changes by: rzalam...@cvs.openbsd.org 2016/09/26 02:48:05
Modified files: usr.sbin/switchd: ofp.c Log message: Fix a memory leak and a loop in the ofp_read() that happens every time a message is received or a socket is closed. This is just a temporary fix to avoid switchd(8) from hogging the cpu and leaking memory while testing. ok reyk@