Re: How to develop a random number generation device



On Sep 14, 8:54 pm, Nobody <nob...@xxxxxxxxxxx> wrote:
On Fri, 14 Sep 2007 22:27:47 -0400, krw 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.

That doesn't address the issue, which was whether the OS can prevent
buffer overruns.

Of course it does.

Please explain how "An OS can surely make it impossible to write safe
code and a real OS is required to make safe code possible" addresses the
question of whether the OS can prevent buffer overruns.


You seem to be confusing "Windows" and an "OS".

.