CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2017/08/11 07:48:21
Modified files: sys/net : switchofp.c Log message: Fix out-of-bounds read when looking up the message handler. This could be triggered by an OpenFlow packet with the message type of 30 ... because C array indexes start at 0. Coverity CID 1453219; Severity: Major OK millert@ goda@