make runtime library loading safer #661
Labels
T-lang
Relevant to the language team, which will review and decide on the RFC.
T-libs-api
Relevant to the library API team, which will review and decide on the RFC.
Issue by cmr
Thursday Jun 19, 2014 at 17:17 GMT
For earlier discussion, see rust-lang/rust#15040
This issue was labelled with: A-an-interesting-project, A-libs, E-hard, I-enhancement in the Rust repository
We currently have an interface for runtime library loading, using the dynamic linker, but it has the problem that it interacts poorly with name mangling and is entirely unsafe. Figure out how to make it type-safe, and preferably memory-safe too.
The text was updated successfully, but these errors were encountered: