• J
    virsh: avoid double-free · 21a2eba4
    Jim Meyering 提交于
    * tools/virsh.c (vshCommandParse): Avoid double-free of "tkdata".
    Set it to NULL immediately after free in the (cmd == NULL) case,
    just as in the other case, in case the final free(tkdata) is
    triggered by a syntax error.
    21a2eba4
virsh.c 239.9 KB