
12 Apr
2017
12 Apr
'17
1:49 p.m.
On Wed, Apr 12, 2017 at 17:38:06 +0800, Wang King wrote:
virBufferCurrentContent might be get a NULL string, and then without checking it, this can cause a segfault as strlen expects a string != NULL. Use virBufferCheckError to check error before calling strlen. ---
I've already pushed the previous version with some changes to the commit message.