Re: [ovs-dev] [PATCH] Fix a memory corruption in CFM

2013-09-04 Thread Ben Pfaff
Thanks a lot for the updated patch. I was really only expecting a "yes or no" answer so that I could update the patch description myself, but your quick v2 saved me the trouble so thanks again. On Wed, Sep 04, 2013 at 09:01:43AM -0700, Guolin Yang, VMware wrote: > You are right, I send anew patc

Re: [ovs-dev] [PATCH] Fix a memory corruption in CFM

2013-09-04 Thread Guolin Yang, VMware
You are right, I send anew patch with proper description On Wed, Sep 4, 2013 at 8:00 AM, Ben Pfaff wrote: > On Wed, Sep 04, 2013 at 12:36:50AM -0700, gy...@nicira.com wrote: > > From: Guolin Yang > > > > In cfm, when allocating the rmp array, the size is not calculated > correctly > > which wi

Re: [ovs-dev] [PATCH] Fix a memory corruption in CFM

2013-09-04 Thread Ben Pfaff
On Wed, Sep 04, 2013 at 12:36:50AM -0700, gy...@nicira.com wrote: > From: Guolin Yang > > In cfm, when allocating the rmp array, the size is not calculated correctly > which will cause memory corruption. > > Signed-off-by: Guolin Yang Thanks for the patch. It is obviously correct. But I am n

[ovs-dev] [PATCH] Fix a memory corruption in CFM

2013-09-04 Thread gyang
From: Guolin Yang In cfm, when allocating the rmp array, the size is not calculated correctly which will cause memory corruption. Signed-off-by: Guolin Yang --- lib/cfm.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cfm.c b/lib/cfm.c index 297894e..d5eca0f 100644