Il 01/03/2012 14:30, Luiz Capitulino ha scritto: >> > My understanding was that in this case I can trust the value to be >> > all-zeros (zero, false, 0.0, NULL), at least in the context of QAPI. >> > The QmpInputVisitor uses g_malloc0. > Yes, as a side effect :) I mean, I don't think the reason for using > g_malloc0() > was to have optionals zeroed. If we're going to count on this, then it's > better to make it explicit and/or document it.
I removed the assumption from v2 anyway. Paolo