• J
    libxl: Resolve possible NULL dereference · 6aea4ebc
    John Ferlan 提交于
    If we reached cleanup: prior to allocating cpus, it was possible that
    'nr_nodes' had a value, but cpus was NULL leading to a possible NULL
    deref. Add a 'cpus' as an end condition to for loop
    6aea4ebc
libxl_conf.c 32.9 KB