Skip to content

Commit 516b852

Browse files
authored
Update README.md
1 parent 62584dd commit 516b852

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,12 @@ The fastest DEFLATE compression/decompression library in Rust, backend for [flat
109109
- Potential security issue fixed: [Frommi/miniz_oxide#36](https://github.com/Frommi/miniz_oxide/pull/36) (unclear if exploitable or not)
110110

111111
Done by: [Shnatsel](https://github.com/Shnatsel/), [oyvindln](https://github.com/oyvindln/)
112+
113+
### [spin](https://crates.io/crates/spin)
114+
115+
A spinlock for Rust ([tracking issue](https://github.com/rust-secure-code/safety-dance/issues/18))
116+
117+
- `RwLock` found to be unsound,completely rewritten based on Facebook's [Folly](https://github.com/facebook/folly) implementation, new implementation audited for soundness
118+
- **Security bug fixed: [RUSTSEC-2019-0013](https://rustsec.org/advisories/RUSTSEC-2019-0013.html)**
119+
120+
Done by: [64](https://github.com/64), [xacrimon](https://github.com/xacrimon)

0 commit comments

Comments
 (0)