In sem_open.c, pad was not initialized when __HAVE_64B_ATOMICS was
authorPatsy Franklin <pfrankli@redhat.com>
Tue, 26 Jun 2018 14:35:03 +0000 (10:35 -0400)
committerPatsy Franklin <pfrankli@redhat.com>
Tue, 26 Jun 2018 18:26:01 +0000 (14:26 -0400)
commit05598a0907cad1350962e89b781215209a785d92
tree644aa749e5a587a157945db9f92d1ad14daf603d
parent06ab719d30b01da401150068054d3b8ea93dd12f
In sem_open.c,  pad was not initialized when __HAVE_64B_ATOMICS was
true.  On some arches this caused valgrind to warn about uninitialized
bytes when the struct was written to the file system.

This patch moves the initialization of pad outside of the
conditional.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
ChangeLog
nptl/sem_open.c