On Thu, 17 Oct 2002, Robert Collins wrote:
> On Thu, 2002-10-17 at 18:11, Thomas Pfaff wrote:
> >
> > This patch should fix the segfault in pthread_mutex::init by changing the
> > test order for a valid object and checking for valid initializer object
> > first..
>
> I'm happy with the verifyab
On Thu, 2002-10-17 at 18:11, Thomas Pfaff wrote:
>
> This patch should fix the segfault in pthread_mutex::init by changing the
> test order for a valid object and checking for valid initializer object
> first..
I'm happy with the verifyable_object change. I'm not happy with the
pthread_mutex::in
Stripped the patch a little. Changelog remains unchanged.
Thomas
2002-10-17 Thomas Pfaff <[EMAIL PROTECTED]>
* thread.cc (verifyable_object_isvalid): Test for static object
first.
(pthread_mutex::init): Add test for valid initializer object.
On Thu, 17 Oct 2002, Thom
This patch should fix the segfault in pthread_mutex::init by changing the
test order for a valid object and checking for valid initializer object
first..
Thomas
2002-10-17 Thomas Pfaff <[EMAIL PROTECTED]>
* thread.cc (verifyable_object_isvalid): Test for static object first.