[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: libvirt / CVE-2019-3886



Brian May <bam@debian.org> writes:

> +     virCheckDomainReturn(dom, -1);
> ++    virCheckReadOnlyGoto(domain->conn->flags, error);

That is obviously an error. Variable here is called "dom" not
"domain". Have fixed this in my version.
-- 
Brian May <bam@debian.org>


Reply to: