[dpdk-dev] [PATCH] fixed buffer overrun in handling log messages

2013-05-02 Thread Olivier MATZ
We can even do better, please see my next email (indeed we should not send patch as attachment). Olivier On 05/02/2013 10:24 AM, Olivier MATZ wrote: > Hi, > > Thank you for this patch. You are right, the '\0' is written > outside the bounds of the buffer. I would suggest a minor modification > to

[dpdk-dev] [PATCH] fixed buffer overrun in handling log messages

2013-05-02 Thread Olivier MATZ
Hi, Thank you for this patch. You are right, the '\0' is written outside the bounds of the buffer. I would suggest a minor modification to your patch, please see attachment. Regards, Olivier On 05/01/2013 08:50 PM, Han, Dongsu wrote: > I'm sending a proposed patch to fix the buffer overrun pr

[dpdk-dev] [PATCH] fixed buffer overrun in handling log messages

2013-05-01 Thread Han, Dongsu
I'm sending a proposed patch to fix the buffer overrun problem in handling log messages. Dongsu Han -- next part -- An HTML attachment was scrubbed... URL: -- next part ---