You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OFProtocol.loadOFMatchFromPacket had a bug that does not correctly handle the return value of packetDataBB.getShort() before delivering it to Transport.of method. The bug is now fixed.