This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2] malloc: Remove malloc hooks (Bug 23328)


On Mon, 23 Jul 2018, Florian Weimer wrote:

> Should we install libmalloc-extras.so under that name?
> 
> Or should it be libmalloc-extras.so.0 (soname) without a libmalloc-extras.so
> symbolic link, to discourage new applications from linking against it, so
> making it more obvious that this is intended for backwards compatibility with
> old applications?

I don't think it's something to discourage applications from linking 
against.  Among other things, it's for any use of mtrace, which is useful 
for both new and old applications as a light-weight memory checker for 
uses similar to those in glibc's own testsuite.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]