[PATCH 0/3] snp: fix coverity reported issues

Pankaj Gupta posted 3 patches 1 year, 3 months ago
target/i386/sev.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
[PATCH 0/3] snp: fix coverity reported issues
Posted by Pankaj Gupta 1 year, 3 months ago
Pankaj Gupta (3):
  i386/sev: fix unreachable code coverity issue
  i386/sev: Move SEV_COMMON null check before dereferencing
  i386/sev: Return when sev_common is null

 target/i386/sev.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

-- 
2.34.1
Re: [PATCH 0/3] snp: fix coverity reported issues
Posted by Paolo Bonzini 1 year, 3 months ago
Queued, thanks.

Paolo