From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: "Douglas A. Gwyn" Message-ID: <3D35FBEB.359CA14A@null.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: , <20020717222200.7C97C19ACF@mail.cse.psu.edu> Subject: Re: [9fans] useful language extension, or no? Date: Thu, 18 Jul 2002 09:51:14 +0000 Topicbox-Message-UUID: cfbb100a-eaca-11e9-9e20-41e7f4b1d025 arisawa@ar.aichi-u.ac.jp wrote: > By the way, GNU C compiler allows nested function definition. > To do that, some of machine codes are put into stack. > It may cause security problem to be executed machine codes > in statck. How is that a security problem? The stack is accessible only under program control, and a programmer can do whatever he wants anyway.