Page MenuHomeFreeBSD

unifdef: Fix collision check when adding symbols.
ClosedPublic

Authored by des on Jan 30 2025, 6:44 PM.
Tags
None
Referenced Files
F132382916: D48733.diff
Thu, Oct 16, 10:30 AM
Unknown Object (File)
Sun, Oct 12, 2:59 AM
Unknown Object (File)
Fri, Oct 10, 11:52 PM
Unknown Object (File)
Fri, Oct 3, 2:36 AM
Unknown Object (File)
Sep 14 2025, 10:59 PM
Unknown Object (File)
Sep 13 2025, 6:13 PM
Unknown Object (File)
Sep 1 2025, 7:26 AM
Unknown Object (File)
Aug 17 2025, 1:46 AM
Subscribers

Details

Summary

findsym() is intended for use while parsing input, so it should not be
called from addsym2() or indirectsym(), which are called before any
input is processed.

MFC after: 1 week
Sponsored by: Klara, Inc.

Diff Detail

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