David Wasser - 2020-01-20

When using usbip libsrc section make the following simple 3 line program

    usbip_names_init(USBIDS_FILE);
    usbip_names_free();
    usbip_names_init(USBIDS_FILE);

System will segv on the third line at
L:195 of names.c

        if (v->vendorid == vendorid)

as v->next can contain garbage address thus failing to find member v->venderid