-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explain the disadvantages of linking to old glibc versions #12
Comments
To be honest, I'm not really sure myself, I don't think I've ever
personally found that I needed a newer glibc version for soemthing.
I guess if you need some fix that broke compatabilty with an older
implementation of a function, causing it to be split with symbol
versioning, but I don't think 99% of developers will care/notice what
version they're using.
…On Thu, May 10, 2018 at 2:15 AM, heinrich5991 ***@***.***> wrote:
After reading the README, I couldn't tell why I shouldn't always link to
glibc 2.5 symbols. Is there any downside?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#12>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ABCums30XdtwLo6lYi5lx87H_CLLB9Kbks5tw4avgaJpZM4T5LY1>
.
|
Are security issues fixed as well on old symbols implementations? |
I wonder the same thing, too. |
Old glibc versions don't have new features. If you want to call a new function like
I think typically, yes. e.g. for the |
Can't we just declare that stuff "feature complete", freeze it indefinitely, and add new functions in other libraries? |
After reading the README, I couldn't tell why I shouldn't always link to glibc 2.5 symbols. Is there any downside?
The text was updated successfully, but these errors were encountered: