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