• J
    tests: Need to initialize 'test' properly on error path · 35c30522
    John Ferlan 提交于
    In the error path, the test buffer is free'd, but due to how the free
    routine is written the 'test' buffer pointer does not return to the caller
    as NULL and then the free'd buffer address is returned to the caller.
    35c30522
qemumonitortestutils.c 14.2 KB