[ovs-dev] [PATCH 3/3] python: properly initialize string length on 64bit systems.

Ben Pfaff blp at nicira.com
Tue Jan 4 18:28:05 UTC 2011


On Tue, Jan 04, 2011 at 10:20:05AM -0800, Ethan Jackson wrote:
> types.py was initializing max string length to 2^64 - 1 instead of
> UINT_MAX on 64 bit systems.  This commit fixes that problem.

Thanks, looks good.




More information about the dev mailing list