Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
News

Bounds Checking for C?

Kevin Postlewaite writes "This web page describes a modified gcc that protects against stack-smashing attacks by appending a character to return addresses that it pushes to the stack. The program then checks to make sure that the character hasn't been changed, which it must be (though possibly undetectably) in order to overwrite the return address with a buffer overflow. " You can read Some discussion here or some more here. and a project with a similiar goal, to Bounds Checking to C. "
This discussion has been archived. No new comments can be posted.

Bounds Checking for C?

Comments Filter:

Quantity is no substitute for quality, but its the only one we've got.

Working...