[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 2/2] xen/pt: Avoid NULL dereference in hvm_pirq_eoi()
>>> Andrew Cooper <andrew.cooper3@xxxxxxxxxx> 06/27/17 7:48 PM >>> >Coverity warns that pirq_dpci unconditionally dereferences a NULL pointer. >This warning appears to be triggered by pirq_dpci() which is a hidden ternary >expression. In reality, it appears that both callers pass a non-NULL pirq >parameter, so the code is ok in practice. > >Rearange the logic to fail-safe, which should quiesce Coverity. > >Clean up bool_t => bool and trailing whitespace for hvm_domain_use_pirq() >while auditing this area. > >No (intended) functional change. > >Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Acked-by: Jan Beulich <jbeulich@xxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |