]> mj.ucw.cz Git - pciutils.git/commit
Convert other string properties to the generic mechanism
authorMartin Mares <mj@ucw.cz>
Tue, 26 Jun 2018 10:14:18 +0000 (12:14 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 26 Jun 2018 10:14:18 +0000 (12:14 +0200)
commit62bd0c5cfd69fe5678c4f106cd88fccfb9cd88b2
treec630eefc6a1c825dcd2849757f019ae1a2fc9282
parentc02d903c2a8971718c7dea482075f4ddb8e3c1fe
Convert other string properties to the generic mechanism

This removes the need of explicit memory management and fixes
PCI_FILL_RESCAN.

To keep backward compatibility, I am keeping the raw pointers
in struct pci_dev, but they point inside the pci_property instead
of separately allocated memory.
lib/access.c
lib/sysfs.c