In the standard library in Rust before 1.51.0, the Zip implementation calls __iteratorgetunchecked() for the same index more than once when nested. This bug can lead to a memory safety violation due to an unmet safety requirement for the TrustedRandomAccess trait.
{
"cpe": "cpe:2.3:a:rust-lang:rust:*:*:*:*:*:*:*:*",
"extracted_events": [
{
"introduced": "0"
},
{
"fixed": "1.51.0"
}
],
"source": "CPE_RANGE"
}