[dpdk-dev] [PATCH] examples/exception_path: fix possible out-of-bounds read

Thomas Monjalon thomas at monjalon.net
Thu Jul 26 19:56:00 CEST 2018


16/07/2018 18:03, Bruce Richardson:
> When printing out stats from the exception_path app, all possible
> lcore_ids are iterated. However, the app only supports up to 64 cores.
> To prevent possible errors, and to remove coverity warnings,
> explicitly check for out-of-range lcore ids before printing.
> 
> Coverity issue: 268335
> Fixes: af75078fece3 ("first public release")
> 
> Cc: stable at dpdk.org
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>

Applied, thanks





More information about the dev mailing list