K 10 svn:author V 3 cem K 8 svn:date V 27 2018-03-01T01:49:36.429894Z K 7 svn:log V 362 pci_ioctl: Avoid returning uninitialized error value if user provided empty buffer In the weird case where the user-provided buffer was zero bytes, we could break out of PCIOCGETCONF and return without initializing error. In this case, initialize error to zero -- we successfully did nothing, as requested. Reported by: Coverity Sponsored by: Dell EMC Isilon END