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] Extend tst-{atexit,at_quick_exit,cxa_atexit,onexit} to verify inheritance across fork


On 08/28/2017 09:47 PM, Carlos O'Donell wrote:

> Checking for ATEXIT_MAX shouldn't be too much harder... ;-)

POSIX does not allow us to define _SC_ATEXIT_MAX because there is no
actual limit (beyond available memory).  The INT_MAX return value is a bug.

I filed a bug: https://sourceware.org/bugzilla/show_bug.cgi?id=22020

Thanks,
Florian


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