If during the first dereference of Lazy the initialization function panics, subsequent dereferences will execute std::hints::unreachable_unchecked. Applications with panic = "abort" are not affected, as there will be no subsequent dereferences.
{ "affected_functions": [ "once_cell::sync::Lazy::deref", "once_cell::sync::Lazy::force", "once_cell::unsync::Lazy::deref", "once_cell::unsync::Lazy::force" ] }