On Tue, 23 Aug 2016 16:43:01 +0000
Victor Orlikowski <[email protected]> wrote:

> Sigh. Re-submitting, with correct subject.
> 
> When the controller receive loop currently accepts an OpenFlow message, it 
> does not validate the message length.
> As a result, a malicious or malfunctioning switch could cause send a message 
> that would result in the receive loop making no forward progress.
> 
> This patch ensures that the message length passed in the OpenFlow message is 
> validated against the specified minimum, and forced to that value if it is 
> smaller.
> 
> Thanks to Samuel Jero (at Purdue's Dependable and Secure Distributed Systems 
> Lab) for discovering this issue.
> 
> Signed-off-by: Victor J. Orlikowski <[email protected]>

Looks good. Thanks!

------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to