[394] in Hesiod
Re: hesiod 3.x
daemon@ATHENA.MIT.EDU (Theodore Y. Ts'o)
Wed Jan 5 10:05:36 2000
Date: Wed, 5 Jan 2000 10:05:10 -0500
Message-Id: <200001051505.KAA20777@tsx-prime.MIT.EDU>
From: "Theodore Y. Ts'o" <tytso@MIT.EDU>
To: Greg Hudson <ghudson@MIT.EDU>
Cc: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>, hesiod@MIT.EDU
In-Reply-To: Greg Hudson's message of Tue, 4 Jan 2000 23:01:46 -0500 (EST),
<200001050401.XAA13258@small-gods.mit.edu>
For what it's worth, on both Macintosh and Windows platforms, there can
be different heaps used by different DLL/shared libraries, and in
general it's not safe to free() memory in a different memory context
from what was used to allocate memory in the first place.
- Ted