This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Re: A patch for malloc typo


"H . J . Lu" <hjl@valinux.com> writes:

> This patch should have no impact on generated binaries. It just makes
> the code less confusing.

How can this have no impact?  All programs which use the memalign hook
will break since the documented order in which size and alignment are
passed is changed.  Admittedly I don't expect many programs to use
this feature but cleanup is no reason to break something.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

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