• J
    libxl: Resolve Coverity FORWARD_NULL · f84c6dd2
    John Ferlan 提交于
    Since the strtok_r call in libxlCapsInitGuests expects a non NULL first
    parameter when the third parameter is NULL, we need to check that
    the returned 'capabilities' from a libxl_get_version_info call is
    not NULL and error out if so since the code expects it.
    Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
    f84c6dd2
libxl_conf.c 59.4 KB