commit | 5cda9c03989d7fca8bb869d15ad8fa0309210350 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Thu Apr 21 16:11:02 2022 +0000 |
committer | Tom Rini <trini@konsulko.com> | Tue May 03 15:50:45 2022 -0400 |
tree | 67ac05620f16a82222c8e8bb93588a2bf99f6994 | |
parent | a78d05648484a6f572533c670b358d1b33473a0f [diff] |
virtio: pci: Bounds check notification writes Make sure virtio notifications are written within their allocated buffer. Signed-off-by: Andrew Scull <ascull@google.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>