about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorMatthew Jasper <mjjasper1@gmail.com>2019-10-19 21:00:21 +0100
committerMatthew Jasper <mjjasper1@gmail.com>2019-11-11 22:06:54 +0000
commit732081829263fd02b6995ff815d4c001cce460cf (patch)
tree85bba20f06dc94d4b775a41613da6110acc7fa38 /src/libstd/sys/unix/stack_overflow.rs
parent2ff89c5614a381849ec4f4b2d06b5eb274850371 (diff)
downloadrust-732081829263fd02b6995ff815d4c001cce460cf.tar.gz
rust-732081829263fd02b6995ff815d4c001cce460cf.zip
Fix soundness issue with index bounds checks
An expression like `x[1][{ x = y; 2}]` would perform the bounds check
for the inner index operation before evaluating the outer index. This
would allow out of bounds memory accesses.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions