HomeClusterLabs Projects

Refactor: libcrmservice: give static analysis a hint

Description

Refactor: libcrmservice: give static analysis a hint

Static analysis found a false positive use-of-uninitialized-value due to the
theoretical possibility of a fork callback changing op->synchronous, which
can't really happen. Initialize a variable to NULL to silence this.

Details

Provenance
kgaillotAuthored on Apr 9 2019, 10:33 AM
Parents
rPc789a5f6b9fc: Merge pull request #1746 from kgaillot/fixes
Branches
Unknown
Tags
Unknown

Event Timeline