]> git.lizzy.rs Git - rust.git/commit
Auto merge of #1248 - RalfJung:overflow, r=RalfJung
authorbors <bors@rust-lang.org>
Sat, 21 Mar 2020 17:09:57 +0000 (17:09 +0000)
committerbors <bors@rust-lang.org>
Sat, 21 Mar 2020 17:09:57 +0000 (17:09 +0000)
commit7f476266fdfd9530f9e7c0b4c300dc8ff65edfd1
treedd68caa423a8305c76c90e1986099cf191f050d9
parent70ab91d08710b8db63ac2c518a507d84311c9c8d
parent238ed49a07b94e0f34f39cb88198fc868b781f0c
Auto merge of #1248 - RalfJung:overflow, r=RalfJung

detect UB: overflow in copy/write_bytes

Fixes https://github.com/rust-lang/miri/issues/1234