-
March 22nd, 2004, 09:56 AM
#1
Preventing Buffer Overflow In Visual C++ Applications
For those of you who are programmers and want to better understand how to prevent buffer overflows well here's an article that you might find very helpful [ Or people who are just curious ] :
Preventing Buffer Overflow In Visual C++ Applications
-
April 2nd, 2004, 08:05 PM
#2
thanks for the link! i do most of my development work in a linux enviroment but have recently been mucking about in windows,
cheers
i2c
-
April 2nd, 2004, 11:37 PM
#3
Article seems pretty unrelated to buffer overflows.
All the examples seem to use .NET strings in Managed-C++, which has nothing to do with how buffer overflows mostly occur. I don't see any unmanaged code or any C strings in the examples, so I assume that it's difficult to have vulnerable buffer overflows in managed code (as buffers are always checked).
So what is the article about? I can't be arsed reading it, and I don't see the point of managed C++, it's like about as useful as a chocolate motorcycle.
Slarty
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|