Skip to content

rts/linker: Don't assume existence of dlinfo

Ben Gamari requested to merge wip/T19159 into master

The native-code codepath uses dlinfo to identify memory regions owned by a loaded dynamic object, facilitating safe unload. Unfortunately, this interface is not always available. Add an autoconf check for it and introduce a safe fallback behavior.

Fixes #19159 (closed).

Merge request reports