Robert Collins wrote: > > > -----Original Message----- > > From: Greg Smith [mailto:[EMAIL PROTECTED]] > > > > > More experimenting with my home computer, dual pIII 850: > > > > 1. 117 157 328 > > 2. 822 1527 --- > > 3. 194 240 453 > > 4. 169 181 516 > > 5. 190 255 471 Row 5 being current cygwin + the suggestion below. Guess that's why they pay you the big bucks Rob ;-) [maybe the middle element in row 4 should have been 241; perhaps I dropped a minute on my timing] Greg > As usual, I write a missive, then solve the puzzle. > > try this: > > int __stdcall > check_valid_pointer (void *pointer) > { > if (!pointer || IsBadWritePtr(pointer, sizeof (verifyable_object))) > return EFAULT; > return 0; > } > > Rob -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
- RE: pthreads works, sorta Robert Collins
- Re: pthreads works, sorta Christopher Faylor
- Re: Blunt Tools (was: cgf does not want private em... Greg Smith
- Re: Blunt Tools (was: cgf does not want privat... Christopher Faylor
- RE: pthreads works, sorta Robert Collins
- Re: pthreads works, sorta Ross Smith
- Re: pthreads works, sorta Dmitry Timoshkov
- Re: pthreads works, sorta Christopher Faylor
- Re: pthreads works, sorta Christopher Faylor
- RE: pthreads works, sorta Robert Collins
- Re: pthreads works, sorta Greg Smith
- Re: pthreads works, sorta Christopher Faylor
- Re: pthreads works, sorta Christopher Faylor
- Re: pthreads works, sorta Robert Collins
- Re: pthreads works, sorta Robert Collins
- Re: pthreads works, sorta Robert Collins
- Re: pthreads works, sorta - got i... Robert Collins
- Re: pthreads works, sorta - g... Christopher Faylor
- Re: pthreads works, sorta Tak Ota
- RE: pthreads works, sorta Robert Collins
- Re: pthreads works, sorta Greg Smith