In __cxa_atexit(), there is no need to initialize local pointer before
authorderaadt <deraadt@openbsd.org>
Sat, 22 Oct 2022 15:21:25 +0000 (15:21 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 22 Oct 2022 15:21:25 +0000 (15:21 +0000)
commit60b91d5a29d3a008cc3d71f331c74ae17bcea97e
tree389e5b556c23be50a26dd5ad745f32ab660d3dec
parent9386e86c862773af8551b7f5545117987303a8f6
In __cxa_atexit(), there is no need to initialize local pointer before
the lock, when it is correctly initialized after the lock
ok otto millert
lib/libc/stdlib/atexit.c