Page MenuHomeFreeBSD

makefs: Quiet a -Wdangling-pointer warning in cd9660_generate_path_table
ClosedPublic

Authored by jhb on Nov 13 2023, 10:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 30, 2:45 PM
Unknown Object (File)
Sep 28 2024, 12:44 PM
Unknown Object (File)
Sep 8 2024, 5:29 PM
Unknown Object (File)
Sep 8 2024, 12:33 AM
Unknown Object (File)
Sep 7 2024, 8:17 AM
Unknown Object (File)
Sep 6 2024, 1:45 AM
Unknown Object (File)
Sep 3 2024, 5:33 AM
Unknown Object (File)
Aug 14 2024, 9:39 PM
Subscribers

Details

Summary

This function temporarily stores a pointer to an on-stack variable (a
TAILQ_HEAD of a temporary list) into a global variable (*n).

Diff Detail

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