On Sat, 12 Aug 2017 14:04:40 +0200
Phil Sutter <[email protected]> wrote:

> Both addattr_l() and rta_addattr_l() may be called with NULL data
> pointer and 0 alen parameters. Avoid calling memcpy() in that case.
> 
> Signed-off-by: Phil Sutter <[email protected]>

What are you fixing. memcpy(dest, NULL, 0) should be harmless NOP

Reply via email to