Tool/software:
Hi,
I have created a global buffer with numer of char elements 127. I have tried to full it with 128 bytes of data. I was expecting buffer overflow but instead it did not happen till I did not shrink the buffer more to 126 elements. IS it limited to make those changes per two bytes in a memory or so? I would like to know more about this behavior.
Thank you for your response.