Segfault on calling function pointer obtained with dlopen() in Rust
I am currently playing with POSIX functions defined in dlfcn.h
with Rust, with the goal of calling a function in a separated .so
file.
I am currently playing with POSIX functions defined in dlfcn.h
with Rust, with the goal of calling a function in a separated .so
file.