Page MenuHomeFreeBSD

devinfo sysctl handler: Do not write zero-length strings in to sbuf twice
ClosedPublic

Authored by wulf on Jan 20 2021, 10:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 22, 1:26 AM
Unknown Object (File)
Dec 20 2023, 4:31 AM
Unknown Object (File)
Dec 12 2023, 12:24 PM
Unknown Object (File)
Sep 1 2023, 5:09 AM
Unknown Object (File)
Jun 26 2023, 11:27 PM
Unknown Object (File)
Jun 16 2023, 3:35 AM
Subscribers
None

Details

Reviewers
imp
Summary

This fixes missing PnPinfo and location strings in devinfo output for
devices with no assigned drivers.

Test Plan

run devinfo -v and check PnPinfo and location strings of any child of ACPI bus which do not have a assigned driver.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

wulf requested review of this revision.Jan 20 2021, 10:38 PM
wulf created this revision.
This revision is now accepted and ready to land.Jan 20 2021, 10:55 PM

Committed as e3dd8ed77b4e7d8fda12ec80b91d89e8460b64f8. I forgot to add tags to commit message to close this review automatically.