ed37ac430c
[ Upstream commit ce335db0621648472f9bb4b7191eb2e13a5793cf ]
In the MCTP route input test, we're routing one skb, then (when delivery
is expected) checking the resulting routed skb.
However, we're currently checking the original skb length, rather than
the routed skb. Check the routed skb instead; the original will have
been freed at this point.
Fixes:
|
||
---|---|---|
.. | ||
test | ||
Kconfig | ||
Makefile | ||
af_mctp.c | ||
device.c | ||
neigh.c | ||
route.c |