]> 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:16:22 +0000 (10:16 -0300)
commit790e504a172a5ef7399b3e3f481d76394dce0a23
tree5c9952df1d33ddf87a554cece1647dc1463e1264
parentd8e1a7590d375159fb5aac07ad8111ab4699e994
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]