• E
    util: fix va_start usage bug · 62ee19c7
    Eric Blake 提交于
    Detected by clang.  POSIX requires that the second argument to
    va_start be the name of the last variable; and in some implementations,
    passing *path instead of path would dereference bogus memory instead
    of pulling arguments off the stack.
    
    * src/util/util.c (virBuildPathInternal): Use correct argument to
    va_start.
    62ee19c7
util.c 70.3 KB