This project contains known security vulnerabilities. Find detailed information at the bottom.

Crate toolbox

Dependencies

(2 total, 1 outdated, 1 insecure)

CrateRequiredLatestStatus
 alg_ds ⚠️^0.20.3.1insecure
 vfsys^0.10.1.10up to date

Security Vulnerabilities

alg_ds: Matrix::new() drops uninitialized memory

RUSTSEC-2020-0033

Matrix::new() internally calls Matrix::fill_with() which uses *ptr = value pattern to initialize the buffer. This pattern assumes that there is an initialized struct at the address and drops it, which results in dropping of uninitialized struct.