Shared libraries
Shared libraries
Posted Nov 24, 2025 20:12 UTC (Mon) by ballombe (subscriber, #9523)In reply to: Shared libraries by Wol
Parent article: APT Rust requirement raises questions
> Okay, you lose the ability to just drop in a new fixed library, that fixes all your apps in one hit, but how well does that really work in practice?
It work pretty well. For example each time a new CVE is fixed in libtiff, the libtiff library is upgraded and there is no need to rebuild every software that directly or indirectly process TIFF files.
Making very costly to apply a security fix does not increase security.
