]> git.ipfire.org Git - thirdparty/glibc.git/commit
stdlib: Undo post review change to 16adc58e73f3 [BZ #27749]
authorVitaly Buka <vitalybuka@google.com>
Sat, 18 Feb 2023 20:53:41 +0000 (12:53 -0800)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 20 Feb 2023 13:03:39 +0000 (10:03 -0300)
commit3f63f9dfe1dbb11486914b3fec767041fa6c7c95
treec7a96c692bd9668ac881437c3f9239296021e7e1
parent757d9a6306cee9e96d7a4d1d11c8d69763c6eecf
stdlib: Undo post review change to 16adc58e73f3 [BZ #27749]

Post review removal of "goto restart" from
https://sourceware.org/pipermail/libc-alpha/2021-April/125470.html
introduced a bug when some atexit handers skipped.

Signed-off-by: Vitaly Buka <vitalybuka@google.com>
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
(cherry picked from commit fd78cfa72ea2bab30fdb4e1e0672b34471426c05)
stdlib/Makefile
stdlib/exit.c
stdlib/test-atexit-recursive.c [new file with mode: 0644]