Let's say I have binary A that dynamically links to some shared library. I statically-compile that library into binary B, then fork/exec binary A from binary B. Will binary A use the static functions in binary B since it is now a child process of binary B?
↧