Message-Id: <200007032021.XAA00806@mailgw1.netvision.net.il> Date: Mon, 03 Jul 2000 23:22:12 +0200 To: Nate Eldredge X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" CC: djgpp AT delorie DOT com In-reply-to: <83u2e7ugxf.fsf@mercury.bitbucket> (message from Nate Eldredge on 03 Jul 2000 12:55:56 -0700) Subject: Re: Where can I get a Thread safe malloc debugger? References: <83u2e7ugxf DOT fsf AT mercury DOT bitbucket> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Nate Eldredge > Newsgroups: comp.os.msdos.djgpp > Date: 03 Jul 2000 12:55:56 -0700 > > > > No, it won't, not unless you have a DPMI 1.0 server which supports > > page-level protection. Sorry. > > This is exactly what YAMD does, actually. I don't think so. IIRC, YAMD unmaps pages from the program's address space using a call that CWSDPMI supports (the same call that is requirted for NULL pointer protection). Electric Fence needs more than that: it needs protection at page level (as opposed to at segment level). I forget the details, but anyone who looks at the sources will see it.