This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Buffer Overflow Attacks


> To: mike stump <mrs@windriver.com>
> Cc: eager@mvista.com, gcc@gcc.gnu.org, jsm28@cam.ac.uk
> From: Florian Weimer <fw@deneb.enyo.de>
> Date: Wed, 31 Oct 2001 19:23:54 +0100

> So I have to retract my original claim that it was impossible to do
> buffer overflow checks in such cases.  After all, a pointer in
> C-speak (or "address", as in "address-of operator") is not very
> similar to a machine address.

Off Topic: A pointer in C speak is exactly like a machine address.
Please show us C code that shows a difference.  comp.lang.c is a
better place for these types of comments.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]