• E
    util: avoid PATH_MAX-sized array · 60bfd5b5
    Eric Blake 提交于
    See previous patch for why this is good...
    
    * src/util/pci.c (struct _pciDevice, pciGetDevice, pciFreeDevice):
    Manage path dynamically.  Report snprintf overflow.
    * src/util/hostusb.c (struct _usbDevice, usbGetDevice)
    (usbFreeDevice): Likewise.
    60bfd5b5
pci.c 46.2 KB