Top "Buffer-overrun" questions

Does Java have buffer overflows?

Does Java have buffer overflows? If yes can you give me scenarios?

java buffer-overflow buffer-overrun
What C/C++ tools can check for buffer overflows?

I've been asked to maintain a large C++ codebase full of memory leaks. While poking around, I found out that …

c++ c buffer-overflow buffer-overrun
STATUS_STACK_BUFFER_OVERRUN encountered

I have searched for this particular error and found the underlying issue involves loop counts being wrong and causing the …

c++ c buffer-overrun
Stack cookie instrumentation code detected a stack-based buffer overrun - Fixed

so I am having a few issues with this program used to pixelate an image. One issue is that I …

c++ image-processing buffer-overrun pixelate stack-based
C++ buffer overrun

I'm learning C++ and whilst I have a reasonable understanding of C# I've never run into this issue before. With …

c++ buffer-overrun
Is buffer overflow/overrun possible in completely managed asp.net c# web application

Can there be buffer overflow/overrun vulnerabilities in completely managed asp.net web portal.If yes how can this be …

c# asp.net buffer-overflow buffer-overrun
What C/C++ functions are most often used incorrectly and can lead to buffer overflows?

I've been asked to maintain a large C++ codebase full of memory leaks. While poking around, I found out that …

c++ c buffer-overflow buffer-overrun