On 12/16/20 4:13 PM, Michal Privoznik wrote:
Our parser code relies on the fact that VIR_LXC_DOMAIN_NAMESPACE_SOURCE_NONE has value of zero and thus uses g_new0(). But strictly speaking, this is not mandated by the enum typedef. Fix that.
Is there really any C compiler that doesn't make the first value a 0 by default? (If so, I wonder why?)
Reviewed-by: Laine Stump <laine@xxxxxxxxxx>