Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-6888-wf7j-34jq

Опубликовано: 16 июн. 2022
Источник: github
Github: Прошло ревью

Описание

SegQueue creates zero value of any type

Affected versions of this crate called mem::zeroed() to create values of a user-supplied type T. This is unsound e.g. if T is a reference type (which must be non-null).

The flaw was corrected by avoiding the use of mem::zeroed(), using MaybeUninit instead.

Пакеты

Наименование

crossbeam-queue

rust
Затронутые версииВерсия исправления

< 0.2.3

0.2.3