[에러 메세지]
Run-Time Check Failure #2 - Stack around the variable 'a' was corrupted.
[해결 방안]
배열 크기보다 큰 값을 대입했을 때 생긴 에러로 배열 크기를 충분하게 선언하여 해결하였다.
[참고]
'Programming > Error Message' 카테고리의 다른 글
test dword ptr [eax],eax ; probe page. (0) | 2017.04.28 |
---|---|
LNK2001 unresolved external symbol "struct HWND__ * hCommWnd" (?hCommWnd@@3PAUHWND__@@A) (0) | 2017.04.28 |
[OpenCV] ACCESS_MASK is ambiguous (0) | 2017.02.13 |
[빌드] error: storage class specified for parameter (0) | 2017.02.13 |
[포팅] Error LNK1104 cannot open file 'kernel32.lib' (0) | 2017.01.20 |