logo       

Re: RFC: linux backdoor prevention: msg#00065

Subject: Re: RFC: linux backdoor prevention
On Tue, Nov 11, 2003 at 02:33:05PM +1000, Steven Shaw wrote:
> I don't get the idea. The Linux kernel is written in C - not C++ or Java so:
> 
>       if (((a = foo()) < 0)
>               barf;

You mean?
        if ((a = foo()) < 0)
                barf;

:)


-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/


<Prev in Thread] Current Thread [Next in Thread>