Previously, MemBio::get_buf
called slice::from_raw_parts
with a null-pointer, which violates the functions invariants, leading to undefined behavior. In debug builds this would produce an assertion failure. This is now fixed.
solana-secp256r1-program 2.1.6
This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.
solana-secp256r1-program
(6 total, 1 possibly insecure)
Crate | Required | Latest | Status |
---|---|---|---|
bytemuck | ^1.19.0 | 1.20.0 | up to date |
openssl ⚠️ | ^0.10 | 0.10.68 | maybe insecure |
solana-feature-set | =2.1.6 | 2.1.6 | up to date |
solana-instruction | =2.1.6 | 2.1.6 | up to date |
solana-precompile-error | =2.1.6 | 2.1.6 | up to date |
solana-pubkey | =2.1.6 | 2.1.6 | up to date |
(1 total, all up-to-date)
Crate | Required | Latest | Status |
---|---|---|---|
solana-logger | =2.1.6 | 2.1.6 | up to date |
openssl
: `MemBio::get_buf` has undefined behavior with empty buffersPreviously, MemBio::get_buf
called slice::from_raw_parts
with a null-pointer, which violates the functions invariants, leading to undefined behavior. In debug builds this would produce an assertion failure. This is now fixed.