From 4b04dd2ba6edcbf209ef6a8c58bedac1b1342cae Mon Sep 17 00:00:00 2001 From: ueno Date: Fri, 21 Apr 2006 02:19:03 +0000 Subject: [PATCH] Fixed. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 610523f..e8f6d8b 100644 --- a/README +++ b/README @@ -42,7 +42,7 @@ subprocess. ** `(fillarray string 0)' is not enough to clear passphrases -If Emacs crashes and dumps core, passphrase strings in memory are also +If Emacs crashes and dumps core, Lisp strings in memory are also dumped within the core file. `read-passwd' function clears passphrase strings by `(fillarray string 0)'. However, Emacs performs compaction in gc_sweep phase. If GC happens before `fillarray', passphrase -- 1.7.10.4