On Wed, May 31, 2017 at 02:09:08PM -0400, Aaron Conole wrote:
> Ben Pfaff <b...@ovn.org> writes:
> 
> > When copying an object, one must calculate the size of the object itself,
> > not of its address.
> >
> > No visible effect, though, since both the object and its address are
> > pointers in this case.
> >
> > Found by Coverity.
> >
> > Reported-at: 
> > https://scan3.coverity.com/reports.htm#v16889/p10449/fileInstanceId=14762869&defectInstanceId=4304032&mergedDefectId=179550
> > Signed-off-by: Ben Pfaff <b...@ovn.org>
> > ---
> >  ovsdb/ovsdb-client.c | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/ovsdb/ovsdb-client.c b/ovsdb/ovsdb-client.c
> > index 1df4fb4da92c..9ef3311270aa 100644
> > --- a/ovsdb/ovsdb-client.c
> > +++ b/ovsdb/ovsdb-client.c
> > @@ -1,5 +1,5 @@
> >  /*
> > - * Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Nicira, 
> > Inc.
> > + * Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 
> > Nicira, Inc.
> 
> Maybe change this to
> + * Copyright (c) 2009-2017 Nicira, Inc.
> 
> Otherwise:
> 
> Acked-by: Aaron Conole <acon...@redhat.com>

Thanks, I applied this to master, with that correction.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to