In the Linux kernel, the following vulnerability has been resolved:
net/sched: schqfq: do not free existing class in qfqchange_class()
Fixes qfqchangeclass() error case.
cl->qdisc and cl should only be freed if a new class and qdisc were allocated, or we risk various UAF.