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