On Mon, May 10, 2021, Jacob Xu wrote: > Per Sean in discussion of the previous patch, "using the compiler's > memset() in kvm-unit-tests seems inherently dangerous since the tests > are often doing intentionally stupid things." > > The string.h memset is already imported through libcflat.h, so let's use > that instead. > > Suggested-by: Sean Christopherson <seanjc@xxxxxxxxxx> > Signed-off-by: Jacob Xu <jacobhxu@xxxxxxxxxx> > --- Reviewed-by: Sean Christopherson <seanjc@xxxxxxxxxx>