mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-22 19:35:23 +01:00
484 B
484 B
[advisory]
id = "RUSTSEC-2023-0031"
package = "spin"
date = "2023-03-31"
informational = "unsound"
url = "https://github.com/mvdnes/spin-rs/issues/148"
aliases = ["GHSA-2qv5-7mw5-j3cg"]
[versions]
patched = [">= 0.9.8"]
unaffected = ["< 0.9.3"]
Initialisation failure in Once::try_call_once can lead to undefined behaviour for other initialisers
Once::try_call_once is unsound if invoked more than once concurrently and any call fails to initialise successfully.