Re: Compiler Bugs, please!

fjh@cs.mu.OZ.AU (Fergus Henderson)
24 Dec 2001 00:06:39 -0500

          From comp.compilers

Related articles
Compiler Bugs, please! liekweg@ipd.info.uni-karlsruhe.de (F. Liekweg) (2001-12-20)
Re: Compiler Bugs, please! loewis@informatik.hu-berlin.de (Martin von Loewis) (2001-12-22)
Re: Compiler Bugs, please! fjh@cs.mu.OZ.AU (2001-12-24)
Re: Compiler Bugs, please! toon@moene.indiv.nluug.nl (Toon Moene) (2001-12-24)
| List of all articles for this month |

From: fjh@cs.mu.OZ.AU (Fergus Henderson)
Newsgroups: comp.compilers
Date: 24 Dec 2001 00:06:39 -0500
Organization: Computer Science, University of Melbourne
References: 01-12-093
Keywords: errors
Posted-Date: 24 Dec 2001 00:06:39 EST

An interesting category of compiler bug that is often forgotten is "security
flaws". In some cases, where the compiler is part of a security enforcement
process (e.g. Java bytecode JIT compilers), this is obviously a consideration,
but security flaws can arise in any compiler -- for example, failure to use
appropriate permissions for installed programs or libraries, or for temporary
files. It's important to remember that security issues must be considered for
*every* program.
--
Fergus Henderson <fjh@cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.