[uClibc-cvs] cvs commit to uClibc/libc/stdlib by andersen

andersen at codepoet.org andersen at codepoet.org
Thu Sep 26 13:49:08 UTC 2002


Repository: uClibc/libc/stdlib
who:        andersen
time:       Thu Sep 26 07:49:08 MDT 2002


Log Message:

A bug fix from Alexey V. Neyman:

    In case of vfork(), the parent was left with __exit_count of -1 and
    thus tried to find non-NULL value of __exit_function_table[-1].atexit,
    __exit_function_table[-2].atexit and call this function; of course, it
    leads to coredump.


Files:

changed:    atexit.c




More information about the uClibc-cvs mailing list