vconn: Have check_action() perform all validation
authorJustin Pettit <jpettit@nicira.com>
Fri, 11 Dec 2009 05:15:16 +0000 (21:15 -0800)
committerJustin Pettit <jpettit@nicira.com>
Fri, 11 Dec 2009 05:15:16 +0000 (21:15 -0800)
commit347401f756e6678fced43ecee27f5107c803fda2
tree251eb6108d03089d0def77d8331aa682cb04fe9f
parent86a06318bdfbea056b04eb78bcdea5672d0b200e
vconn: Have check_action() perform all validation

The function check_action() returned before it could finish its
validation.  The only checks that were missed were length checks, which
were verified earlier.

Thanks to Jean Tourrilhes for pointing out the issue.
lib/vconn.c