Page MenuHomeFreeBSD

fdlopen(3): do not create a new object mapping if already loaded
ClosedPublic

Authored by kib on Feb 22 2024, 1:21 AM.
Tags
None
Referenced Files
F156932923: D44019.diff
Sun, May 17, 11:19 AM
Unknown Object (File)
Sat, May 9, 1:05 PM
Unknown Object (File)
Sat, May 9, 12:18 PM
Unknown Object (File)
Wed, Apr 29, 9:09 AM
Unknown Object (File)
Tue, Apr 28, 12:01 AM
Unknown Object (File)
Sun, Apr 26, 8:01 AM
Unknown Object (File)
Sat, Apr 25, 4:48 AM
Unknown Object (File)
Fri, Apr 24, 7:41 PM

Details

Summary
This is expected behavior for both dlopen(3) and fdlopen(3).

PR:     277169

Diff Detail

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

Event Timeline

kib requested review of this revision.Feb 22 2024, 1:21 AM
This revision is now accepted and ready to land.Feb 22 2024, 1:23 AM

Any chance to add a test case so this doesn't break in the future?

Any chance to add a test case so this doesn't break in the future?

Would you provide a patch?

Would you provide a patch?

I haven't contributed code to FreeBSD yet, so this could be a good first patch. I can write code, but it'll take me some time to get a devenv ready to test my changes as I'm not yet used to FreeBSD development.