Yes. It does not relieve you from the burden of actually thinking when you write the code. :-)
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2003-01-28 19:06: Subject: Re: OpenSSL wrapper vs Pike's SSL (Was: Bz2)
Yes, but if you did something stupid like,
class { string key; ... { ... secure_destruct(key); ... } }
you wouldn't even get a warning. I think a zero_when_destroyed flag would work better then. But it's probably best to use a special solution for the key, like System.Memory, if that is possible.
/ Mirar