[PATCH v3 05/18] examples/vhost: fix free function mismatch

fengchengwen fengchengwen at huawei.com
Mon Sep 30 11:16:08 CEST 2024


Acked-by: Chengwen Feng <fengchengwen at huawei.com>

On 2024/9/29 23:34, Stephen Hemminger wrote:
> The pointer bdev is allocated with rte_zmalloc() and then
> incorrectly freed with free() which will lead pool corruption.
> 
> Bugzilla ID: 1553
> Fixes: c19beb3f38cd ("examples/vhost_blk: introduce vhost storage sample")
> Cc: jin.yu at intel.com
> Cc: stable at dpdk.org
> 
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>



More information about the dev mailing list