Menu

#34 trivial bug in conformance/interface/pthread_key_create/speculative/5-1.c

open
elva fu
Threads (18)
5
2006-09-07
2006-09-07
No

Hi,

There is a bug in conformance/interface/pthread_key_create/speculative/5-1.c:

static pthread_key_t keys[5];

is not enough, it should be

static pthread_key_t keys[PTHREAD_KEYS_MAX];

Discussion


Log in to post a comment.

MongoDB Logo MongoDB