[ovs-git] Open vSwitch: python: properly initialize string length on 64bit systems. (master)

dev at openvswitch.org dev at openvswitch.org
Tue Jan 4 18:33:57 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, master has been updated
       via  5601839c4565e31405803416c79aecc0db9a40c0 (commit)
       via  0fee489f8428f4c25f3de0ae21cf63c9ef4d1660 (commit)
       via  19f62195a5d7f92bd22482db746d830c7cde40c4 (commit)
      from  7e660f511a2a4d7a1ef027b0b3eb561592a66f71 (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 5601839c4565e31405803416c79aecc0db9a40c0
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=5601839c4565e31405803416c79aecc0db9a40c0
Author: Ethan Jackson <ethan at nicira.com>
		
python: properly initialize string length on 64bit systems.
		
types.py was initializing max string length to 2^64 - 1 instead of
UINT_MAX on 64 bit systems.  This commit fixes that problem.


commit 0fee489f8428f4c25f3de0ae21cf63c9ef4d1660
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=0fee489f8428f4c25f3de0ae21cf63c9ef4d1660
Author: Ethan Jackson <ethan at nicira.com>
		
stream-ssl: Fix compiler warning.
		
This commit fixes the following compiler warnings:
"format '%d' expects type 'int', but argument 4 has type 'size_t'"


commit 19f62195a5d7f92bd22482db746d830c7cde40c4
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=19f62195a5d7f92bd22482db746d830c7cde40c4
Author: Ethan Jackson <ethan at nicira.com>
		
multipath: Fix compiler warning.
		
This commit fixes the following compiler warning:
"cast from function call of type 'uint16_t' to non-matching type
'enum nx_mp_fields'"


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

Summary of changes:
 lib/multipath.c        |    8 ++++++--
 lib/stream-ssl.c       |    2 +-
 python/ovs/db/types.py |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list