Re: [PATCH] fix segv in pthread_mutex::init

2002-10-17 Thread Thomas Pfaff
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

Re: [PATCH] fix segv in pthread_mutex::init

2002-10-17 Thread Robert Collins
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

Re: [PATCH] fix segv in pthread_mutex::init

2002-10-17 Thread Thomas Pfaff
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

[PATCH] fix segv in pthread_mutex::init

2002-10-17 Thread Thomas Pfaff
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.