Page MenuHomeFreeBSD

dev/fdt: Add const to pointers to const data
ClosedPublic

Authored by andrew on Apr 7 2025, 5:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 21, 8:12 AM
Unknown Object (File)
Sun, Oct 26, 11:13 PM
Unknown Object (File)
Sun, Oct 26, 7:44 PM
Unknown Object (File)
Sun, Oct 26, 6:29 AM
Unknown Object (File)
Sat, Oct 25, 5:48 PM
Unknown Object (File)
Sat, Oct 25, 2:50 PM
Unknown Object (File)
Thu, Oct 23, 10:38 PM
Unknown Object (File)
Oct 18 2025, 2:32 PM
Subscribers

Details

Summary

fdt_data_get and fdt_data_to_res don't change the value of the data
passed to them via a pointer. Add const to these pointers.

Sponsored by: Arm Ltd

Diff Detail

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