which mistake should developer to do inorder to create a buffer overflow security hole?

  • Thread starter Thread starter OM
  • Start date Start date
O

OM

Is it something like:

Dim myint64 as int64
myint64 = ""281271892897891272891728978912wdjhjsjkdhs ^^" ?

I would like to understnad that in order to avoid that kind of holes in
my VB.NET apps.
Is there any correlation to Strict On/Off?

Thank you.
 
OM said:
Dim myint64 as int64
myint64 = ""281271892897891272891728978912wdjhjsjkdhs ^^" ?

I would like to understnad that in order to avoid that kind of holes in
my VB.NET apps.
Is there any correlation to Strict On/Off?

No. It's theoretically impossible to create a buffer overflow within
managed code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top