What's "memory guard"?

David Shaw dshaw at jabberwocky.com
Wed Oct 13 14:50:23 CEST 2004


On Wed, Oct 13, 2004 at 02:31:30PM +0800, Zuxy wrote:
> When installing you have the option to turn on this feature.

Leave it off, unless you are developing code.  It's a memory bounds
checker.  It's not very sophisticated (valgrind is better), but does
serve to knock out some common cases.  It also doesn't work on all
platforms.

David



More information about the Gnupg-users mailing list