the same, most likely a crash if the library api changed enough and the application tries to pull a symbol that isn't there or has been altered enough. there is one exception though, if a program was compiled static, it has everything built into the executable. While this increases the size of the executable, it no longer needs to link to libs at runtime.
|