[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Additional bug in _POSIX_Keys_Run_destructors()?
- Date: Tue, 30 Oct 2007 17:09:20 -0700
- From: ptorre at zetron.com (Phil Torre)
- Subject: Additional bug in _POSIX_Keys_Run_destructors()?
Hi Joel,
Last week you clued me in to a patch that I was missing in my outdated
4.6.0-derived source tree. (Specifically, pthread_getspecific() was
indexing into the key values with key->Values[class] instead of
key->Values[api].) I applied that patch and things are working well.
I started looking around, and I see what may be the same bug in another
place; this time it's _POSIX_Keys_Run_destructors(). That function is
also indexing into the Values array using class rather than API. I
looked at your current CVS version and it's doing the same thing.
Is this a bug that got missed when the previous one was patched?
Thanks,
-Phil