[ovs-git] Open vSwitch: stream: Fix uninitialized values in stream_init(). (branch-1.2)

dev at openvswitch.org dev at openvswitch.org
Wed Nov 2 20:10:45 UTC 2011


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, branch-1.2 has been updated
       via  71f7f69c052927ec676fa70d55a2296c7e859af6 (commit)
      from  f956fd128a3fd3c466470096aa0fc35789c1a3bf (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 71f7f69c052927ec676fa70d55a2296c7e859af6
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=71f7f69c052927ec676fa70d55a2296c7e859af6
Author: Ben Pfaff <blp at nicira.com>
		
stream: Fix uninitialized values in stream_init().
		
stream_init() didn't initialize the remote_ip, remote_port, local_ip, or
local_port members of the stream, so "unix" streams that don't have any of
those would get random values instead.

Reported-by: "Voravit T." <voravit at kth.se>
Reported-by: Jari Sundell <sundell.software at gmail.com>


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

Summary of changes:
 AUTHORS      |    2 ++
 lib/stream.c |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list