fix out-of-bounds array access in pthread barriers on 64-bit
authorRich Felker <dalias@aerifal.cx>
Tue, 22 May 2012 02:51:30 +0000 (22:51 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 22 May 2012 02:51:30 +0000 (22:51 -0400)
commit9ae1cf6d292d8c24ad78d6e220186afc5076d120
treef36a1775283522ce776fdf437c34ea479670356b
parent3db29f0347976cd8f5eedf8a78cc3297a639714f
fix out-of-bounds array access in pthread barriers on 64-bit

it's ok to overlap with integer slot 3 on 32-bit because only slots
0-2 are used on process-local barriers.
src/internal/pthread_impl.h