On Thu, Sep 22, 2011 at 04:07:46PM -0700, Pravin Shelar wrote: > On Thu, Sep 22, 2011 at 1:56 PM, Ben Pfaff <[email protected]> wrote: > > On Wed, Sep 21, 2011 at 03:21:46PM -0700, Pravin Shelar wrote: > > compose_controller_action() leaves some fields uninitialized. > > As other values are only required in case of sFlow. There is not need > to initialize it.
Not initializing these fields will cause spurious "valgrind" warnings. It's better to just zero them. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
