Shared libraries
Shared libraries
Posted Nov 25, 2025 10:05 UTC (Tue) by epa (subscriber, #39769)In reply to: Shared libraries by leromarinvit
Parent article: APT Rust requirement raises questions
Yes, that's the shameful secret of security updates in shared libraries. We've long mocked the Microsoft approach of rebooting the device for every change, but it's hard to beat if you want to guarantee that the vulnerable code is no longer running anywhere on the system.
In principle a program could be re-linked against the new shared library code while it stays running, but that requires an even stronger ABI stability guarantee than most libraries provide.
