On Thu, 18 Jun 2020 18:22:52 -0400 Collin Walling <wall...@linux.ibm.com> wrote:
> The SCCB must be checked for a sufficient length before it is filled > with any data. If the length is insufficient, then the SCLP command > is suppressed and the proper response code is set in the SCCB header. > > Fixes: 832be0d8a3bb ("s390x: sclp: Report insufficient SCCB length") > Signed-off-by: Collin Walling <wall...@linux.ibm.com> > Reviewed-by: Janosch Frank <fran...@linux.ibm.com> > --- > hw/s390x/sclp.c | 24 ++++++++++++------------ > 1 file changed, 12 insertions(+), 12 deletions(-) Reviewed-by: Cornelia Huck <coh...@redhat.com>