Security
- From: Steve-o <stknig@xxxxxxxxxxxxxx>
- Date: Wed, 30 Jan 2008 22:36:11 -0800 (PST)
Does anyone have any specific pointers on how to write more secure
code in Common Lisp? For instance, with C/C++ programs you have to
be careful not to allow buffer overrun's to occur. But I can't see
how this could be a problem in Lisp.
So, is there an equivalent type of problem with Lisp? The only
thing I can think of is to be careful of code-injection type problems
where evaluating s-expressions from an untrusted source could be
harmful. But that's pretty obvious.
Are there a set of hard-won rules-of-thumb to help avoid specific
security issues?
Thanks for any info!
Steve
.
- Follow-Ups:
- Re: Security
- From: Thomas A. Russ
- Re: Security
- From: Jeronimo Pellegrini
- Re: Security
- From: Alex Mizrahi
- Re: Security
- From: Barry Margolin
- Re: Security
- Prev by Date: Re: summing float
- Next by Date: Re: Security
- Previous by thread: summing float
- Next by thread: Re: Security
- Index(es):
Relevant Pages
|