[ovs-git] Open vSwitch: ovs-ofctl: Fix write before beginning of string in "add-flow". (master)

dev at openvswitch.org dev at openvswitch.org
Wed Apr 14 17:26:49 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  80bc2072c0f8b105142f7f30f202809127af87a5 (commit)
      from  0b6d72fc776179703ba2cc8d8b3ea878a29cad61 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 80bc2072c0f8b105142f7f30f202809127af87a5
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=80bc2072c0f8b105142f7f30f202809127af87a5
Author: Ben Pfaff <blp at nicira.com>
		
ovs-ofctl: Fix write before beginning of string in "add-flow".
		
If "action" is the first word in a flow specification, then we were writing
one byte before the beginning of the string.  So overwrite the 'a' in
"action" instead; we know it's really there.

Reported-by: Ghanem Bahri <bahri.ghanem at gmail.com>


-----------------------------------------------------------------------

Summary of changes:
 utilities/ovs-ofctl.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list