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)
Sat, Mar 8, 2:51 PM
Unknown Object (File)
Wed, Mar 5, 2:18 PM
Unknown Object (File)
Sun, Mar 2, 1:13 AM
Unknown Object (File)
Thu, Feb 27, 1:31 AM
Unknown Object (File)
Feb 17 2025, 9:17 PM
Unknown Object (File)
Feb 17 2025, 5:36 PM
Unknown Object (File)
Feb 12 2025, 7:59 PM
Unknown Object (File)
Feb 12 2025, 2:12 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