
21 Mar
2018
21 Mar
'18
2:54 p.m.
On 03/19/2018 07:28 PM, Jim Fehlig wrote:
In libxlDomainMigrationPrepare it is possible to dereference a NULL libxlDomainObjPrivatePtr in early error paths. Check for a valid 'priv' before using it.
Signed-off-by: Jim Fehlig <jfehlig@suse.com> --- src/libxl/libxl_migration.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
Reviewed-by: John Ferlan <jferlan@redhat.com> John