Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Subject: RE: pthreads works, sorta Date: Wed, 27 Jun 2001 13:10:35 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-ID: content-class: urn:content-classes:message X-MS-Has-Attach: X-MimeOLE: Produced By Microsoft Exchange V6.0.4417.0 X-MS-TNEF-Correlator: Thread-Topic: pthreads works, sorta Thread-Index: AcD+skdxI42+9JIjQYWJ2UkBxuUDYQABAWNQ From: "Robert Collins" To: "Greg Smith" , Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id AAA27100 > -----Original Message----- > From: Greg Smith [mailto:gsmith AT nc DOT rr DOT com] > > More experimenting with my home computer, dual pIII 850: > > 1. 117 157 328 > 2. 822 1527 --- > 3. 194 240 453 > 4. 169 181 516 > 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/