
16 Dec
2020
16 Dec
'20
9:53 p.m.
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@redhat.com>