Hacker News new | ask | show | jobs
by chongli 4190 days ago
>Given this scheme, how would you distribute a security patch? Is each user of the library supposed to re-compile against the patched library?

No, this is the responsibility of the server which distributes binaries to users via the package manager.

1 comments

User, as in programmer who uses the library.
Programmers are used to recompiling all the time. What's the problem here?