mirror of
https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9.git
synced 2026-09-09 00:08:12 +08:00
Merge: net: ipv6: clear suppressed fib6 rule result
MR: https://gitlab.com/redhat/rhel/src/kernel/rhel-9/-/merge_requests/7144 JIRA: https://issues.redhat.com/browse/RHEL-246350 CVE: CVE-2026-74581 A fix for a critical ipv6 issue. Signed-off-by: Paolo Abeni <pabeni@redhat.com> Approved-by: Marcelo Ricardo Leitner <mleitner@redhat.com> Approved-by: Guillaume Nault <gnault@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: CKI GitLab Kmaint Pipeline Bot <26919896-cki-kmaint-pipeline-bot@users.noreply.gitlab.com>
This commit is contained in:
@@ -301,6 +301,7 @@ INDIRECT_CALLABLE_SCOPE bool fib6_rule_suppress(struct fib_rule *rule,
|
||||
|
||||
suppress_route:
|
||||
ip6_rt_put_flags(rt, flags);
|
||||
res->rt6 = NULL;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user