Page MenuHomeFreeBSD

unifdef: Fix collision check when adding symbols.
ClosedPublic

Authored by des on Jan 30 2025, 6:44 PM.
Tags
None
Referenced Files
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)
Sun, Sep 14, 10:59 PM
Unknown Object (File)
Sat, Sep 13, 6:13 PM
Unknown Object (File)
Sep 1 2025, 7:26 AM
Unknown Object (File)
Aug 17 2025, 1:46 AM
Unknown Object (File)
Aug 11 2025, 11:54 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