mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-01 17:20:33 +01:00
Fix spelling
Co-authored-by: HeroicKatora <HeroicKatora@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
5cc0589551
commit
a61e5b2ca6
@@ -7,14 +7,14 @@ url = "https://github.com/kornelski/rust-rgb/issues/35"
|
||||
informational = "unsound"
|
||||
keywords = ["type confusion"]
|
||||
description = """
|
||||
Affected versions of rgb crate allow viewing and modifying data any type `T` wrapped in `RGB<T>` as bytes,
|
||||
Affected versions of rgb crate allow viewing and modifying data of any type `T` wrapped in `RGB<T>` as bytes,
|
||||
and do not correctly constrain `RGB<T>` and other wrapper structures to the types for which it is safe to do so.
|
||||
|
||||
If a type containing madding is wrapped in `RGB<T>` and similar wrapper structures,
|
||||
If a type containing padding is wrapped in `RGB<T>` and similar wrapper structures,
|
||||
viewing it as bytes may lead to exposure of contents of uninitialized memory.
|
||||
|
||||
If a type containing a pointer is wrapped in `RGB<T>` and similar wrapper structures,
|
||||
modifying it as bytes may lead to derefericing of arbitrary pointers.
|
||||
modifying it as bytes may lead to dereferencing of arbitrary pointers.
|
||||
"""
|
||||
[versions]
|
||||
patched = [">= 0.8.20"]
|
||||
|
||||
Reference in New Issue
Block a user