commit | 43937a4f5e411b3a82014fe0fa78ef4de90b11c2 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Mon May 16 10:41:39 2022 +0000 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 08 09:24:04 2022 -0400 |
tree | b5cdedd90ad28a3cc937bd335b5a9e93748b83df | |
parent | 420b3e51f4f64ebc6ab88f751f116e634894b231 [diff] |
virtio: rng: Check length before copying Check the length of data written by the device is consistent with the size of the buffers to avoid out-of-bounds memory accesses in case values aren't consistent. Signed-off-by: Andrew Scull <ascull@google.com> Cc: Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>