
6 Dec
2010
6 Dec
'10
11:25 a.m.
On Fri, Dec 03, 2010 at 02:28:51PM -0700, Eric Blake wrote:
Option 2. Which one should I go with? By the way, my pending patch for converting openvz to use virCommand instead of popen is impacted (it has a potential null dereference if we go with option 1).
* docs/internals/command.html.in: Update documentation. * src/util/command.c (virCommandSetOutputBuffer) (virCommandSetErrorBuffer, virCommandProcessIO) Guarantee empty string on no output. --- docs/internals/command.html.in | 8 +++++--- src/util/command.c | 14 ++++++++++++++ 2 files changed, 19 insertions(+), 3 deletions(-)
The virCommand API is all about safety, so ACK to this one. Daniel