Page MenuHomeFreeBSD

stand/ofw: dev can't be NULL here
ClosedPublic

Authored by imp on Jan 13 2023, 4:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jul 12, 3:10 AM
Unknown Object (File)
Wed, Jul 3, 3:39 AM
Unknown Object (File)
Sat, Jun 29, 12:18 PM
Unknown Object (File)
Jun 20 2024, 8:07 PM
Unknown Object (File)
May 23 2024, 9:54 AM
Unknown Object (File)
May 22 2024, 11:51 AM
Unknown Object (File)
May 22 2024, 11:50 AM
Unknown Object (File)
May 21 2024, 10:31 AM
Subscribers

Details

Summary

dev can't be NULL here. ofw_common_parsedev is always called via
devparse (indirectly through dv_parsedev() calls there which call it
with the args unchanged). In the past, ofw_getdev could call us with
NULL pointer for the parse-only case, but that's now all handled inside
of devparse for simplicity.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

imp requested review of this revision.Jan 13 2023, 4:33 PM
This revision is now accepted and ready to land.Jan 13 2023, 7:39 PM
This revision was automatically updated to reflect the committed changes.
stand/libofw/devicename.c
111

default_parsedev() is actually testing it too.