mbox series

[v2,0/2] Fixes for realloc() in vhost

Message ID 20190115071324.26707-1-tiwei.bie@intel.com (mailing list archive)
Headers
Series Fixes for realloc() in vhost |

Message

Tiwei Bie Jan. 15, 2019, 7:13 a.m. UTC
  Tiwei Bie (2):
  vhost: fix memory leak on realloc failure
  examples/vhost: fix path allocation failure handling

 examples/vhost/main.c         | 8 ++++++++
 lib/librte_vhost/vhost_user.c | 3 +++
 2 files changed, 11 insertions(+)
  

Comments

Maxime Coquelin Jan. 17, 2019, 11:31 a.m. UTC | #1
On 1/15/19 8:13 AM, Tiwei Bie wrote:
> Tiwei Bie (2):
>    vhost: fix memory leak on realloc failure
>    examples/vhost: fix path allocation failure handling
> 
>   examples/vhost/main.c         | 8 ++++++++
>   lib/librte_vhost/vhost_user.c | 3 +++
>   2 files changed, 11 insertions(+)
> 

Applied to dpdk-next-virtio/master.

Thanks,
Maxime