In the Linux kernel, the following vulnerability has been resolved:
net: ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnels
dstcacheget() gives us a reference, we need to release it.
Discovered by the ioam6.sh test, kmemleak was recently fixed to catch per-cpu memory leaks.