From: "Andrea Parri (Microsoft)" <parri.and...@gmail.com> Date: Wed, 16 Sep 2020 11:47:27 +0200
> From: Andres Beltran <lkmlab...@gmail.com> > > For additional robustness in the face of Hyper-V errors or malicious > behavior, validate all values that originate from packets that Hyper-V > has sent to the guest in the host-to-guest ring buffer. Ensure that > invalid values cannot cause indexing off the end of an array, or > subvert an existing validation via integer overflow. Ensure that > outgoing packets do not have any leftover guest memory that has not > been zeroed out. > > Signed-off-by: Andres Beltran <lkmlab...@gmail.com> > Co-developed-by: Andrea Parri (Microsoft) <parri.and...@gmail.com> > Signed-off-by: Andrea Parri (Microsoft) <parri.and...@gmail.com> Applied, thank you.