Re: How to develop a random number generation device



In article <pan.2007.09.12.14.41.18.563000@xxxxxxxxxxx>,
nobody@xxxxxxxxxxx says...
On Tue, 11 Sep 2007 19:16:34 -0700, MooseFET wrote:

Nothing the OS does can prevent machine code from overrunning a buffer.

Absolute nonsense. Perhaps buffer overruns can't be prevented using
C++, but they *can* be prevented.

Not by the *OS*.

Sure it can. Not in Windows and not with C++, perhaps. An OS can
surely make it impossible to write safe code and a real OS is
required to make safe code possible.

--
Keith
.



Relevant Pages