Home
last modified time | relevance | path

Searched hist:e2e0470dfa3c76df1dbe27c74e6843953bbb0594 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/x86/x86/
H A Dcpu_machdep.cdiff e2e0470dfa3c76df1dbe27c74e6843953bbb0594 Thu Jul 11 18:22:49 CEST 2019 Konstantin Belousov <kib@FreeBSD.org> Ensure that mds_handler always points to a valid method.

Depending on system configuration, version, and architecture,
mds_handler might be dereferenced from doreti before
hw_mds_recalculate_boot() initialized it. Statically assign void
method to cover all cases.

Reported by: "Schuendehuette, Matthias (LDA IT PLM)" <matthias.schuendehuette@siemens.com>
Sponsored by: The FreeBSD Foundation
MFC after: 3 days