pci_parse_legacy_config splits the options string by comma characters.
strchr returns a pointer to the first occurence of a character. In that
case, it's a comma. So, pci_parse_legacy_config will stop at the first
character and creates a new config node with a name of NULL.
Details
Details
- Reviewers
jhb markj - Group Reviewers
bhyve - Commits
- rG469a4e669d87: bhyve: avoid an empty passthru config value
rG3256b7ca36e7: bhyve: avoid an empty passthru config value
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable