
6 Mar
2018
6 Mar
'18
3:25 p.m.
On Tue, Mar 06, 2018 at 15:01:39 +0100, Ján Tomko wrote:
In qemuMigrationSrcRun, we already checked for non-NULL mig and then dereferenced it. It's only possible for mig to be NULL in the error section.
In remoteConnectOpen, conn->uri cannot be NULL in the second part of the OR expression due to short-circuit evaluation.
Signed-off-by: Ján Tomko <jtomko@redhat.com> ---
I'd commit those as 2 commits. ACK if you split it.