Security Vulnerabilities: flatbuffers: read_scalar
and read_scalar_at
allow transmuting values without unsafe
blocks
#476
Labels
read_scalar
and read_scalar_at
allow transmuting values without unsafe
blocks
#476
Describe the bug
https://deps.rs/repo/github/apache/arrow-rs#vulnerabilities
flatbuffers:
read_scalar
andread_scalar_at
allow transmuting values withoutunsafe
blocksRUSTSEC-2020-0009
The read_scalar and read_scalar_at functions are unsound because they allow transmuting values without unsafe blocks.
The following example shows how to create a dangling reference:
To Reproduce
https://deps.rs/repo/github/apache/arrow-rs#vulnerabilities
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
See advisory page for additional details.
The text was updated successfully, but these errors were encountered: