Date: Thu, 27 Jan 2000 15:54:46 -0500 Message-Id: <200001272054.PAA09759@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <389080CF.6E42C3E0@inti.gov.ar> (message from salvador on Thu, 27 Jan 2000 14:30:55 -0300) Subject: Re: sucks so bad... References: <388F8EA3 DOT 6405716D AT geocities DOT com> <388F9136 DOT DD2197EC AT gs707 DOT com> <389080CF DOT 6E42C3E0 AT inti DOT gov DOT ar> Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Also: if the "bad" guy wants to get a shell only needs to write a small program > that makes a call like system("command.com"); and run it ;-) Of course, with DJGPP you can change libc.a to not include the system() function. Same for other "dangerous" functions.