mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 13:03:25 +01:00
ce335db062
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:
|
||
---|---|---|
.. | ||
route-test.c | ||
utils.c | ||
utils.h |