Re: [ovs-dev] [PATCH v2] Fix a memory allocation bug in CFM

2013-09-04 Thread Ben Pfaff
On Wed, Sep 04, 2013 at 09:00:12AM -0700, gy...@nicira.com wrote: > From: Guolin Yang > > In cfm, when allocating the rmp array, the size is not calculated correctly > which cause the remote MPID not correctly updated in ovsdb. > > Signed-off-by: Guolin Yang > --- > v1->v2 > Change descript

[ovs-dev] [PATCH v2] Fix a memory allocation bug in CFM

2013-09-04 Thread gyang
From: Guolin Yang In cfm, when allocating the rmp array, the size is not calculated correctly which cause the remote MPID not correctly updated in ovsdb. Signed-off-by: Guolin Yang --- v1->v2 Change description of the fix based on Ben's comments --- lib/cfm.c |2 +- 1 file changed, 1 i