Re: trim whitespace
- From: John Kelly <jak@xxxxxxxxxxxx>
- Date: Fri, 20 Aug 2010 07:46:29 +0000
On Fri, 20 Aug 2010 03:17:32 -0400, Shao Miller <sha0.miller@xxxxxxxxx>
wrote:
/* Enable for security */
#if 0
/* Truncate with erasure */
while (i)
string[i--] = 0;
#endif
The original string is still in memory. Erasing its old artifacts won't
improve security.
--
Web mail, POP3, and SMTP
http://www.beewyz.com/freeaccounts.php
.
- Follow-Ups:
- Re: trim whitespace
- From: Shao Miller
- Re: trim whitespace
- References:
- trim whitespace
- From: John Kelly
- Re: trim whitespace
- From: Shao Miller
- trim whitespace
- Prev by Date: Re: trim whitespace
- Next by Date: Re: C Test Incorrectly Uses printf() - Please Confirm
- Previous by thread: Re: trim whitespace
- Next by thread: Re: trim whitespace
- Index(es):
Relevant Pages
|