-----Original Message-----
> Date: Mon, 17 Jul 2017 17:09:47 +0100
> From: Harry van Haaren <[email protected]>
> To: [email protected]
> CC: Harry van Haaren <[email protected]>,
> [email protected]
> Subject: [PATCH] event: fix memory realloc check in port config
> X-Mailer: git-send-email 2.7.4
Need to change the subject to start with "eventdev:" instead of "event:".
We could fix it on apply.
>
> This commit fixes the check to use the just reallocated
> links_map variable, instead of stale dev->data->links_map.
> Later the new variable is written to the dev->data->links_map,
> so the stale-ness is only temporary.
>
> Coverity issue: 143456
> Fixes: 4f0804bbdfb9 ("eventdev: implement the northbound APIs")
> Cc: [email protected]
>
> Signed-off-by: Harry van Haaren <[email protected]>
> ---