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)
Sun, Oct 5, 3:42 AM
Unknown Object (File)
Thu, Oct 2, 1:27 AM
Unknown Object (File)
Thu, Sep 18, 12:40 AM
Unknown Object (File)
Sep 11 2025, 12:07 PM
Unknown Object (File)
Sep 10 2025, 11:16 PM
Unknown Object (File)
Sep 9 2025, 7:27 PM
Unknown Object (File)
Sep 3 2025, 12:00 PM
Unknown Object (File)
Aug 17 2025, 6:50 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