Summary of array access out-of-bounds debugging

Source: Internet
Author: User

The following two lines of code are array out-of-bounds access, which may cause program crash.

Int narray [x];

Narray [y] = 10;

Here, both X and Y are constants. For example

Int narray [5];

Narray [8] = 10;

The symptoms are summarized as follows:

When Y = X or Y =-1, the following error occurs during Debug:

Run-Time check failure #2-stack around the variable 'narray' was has upted.

But y> X or Y

If y = X, the release fails, but the minidump is not generated.

Sometimes, the array access is out of bounds in the release version, and the program will continue to run. Very strange.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.