End Google Ads 201810 - BS.net 01 --> Hi all,

i am working on visual studio 2010 and i am making a dialog based application.

In a function i have made a unsigned char array like this

unsigned char buffer [ 524600 ];

and a small array of unsigned char buffer1 [ 628 ];

now i need a bigger array in the same function to store something else, but when i make a array bigger or equal to buffer it gives me a stack overflow error and taking me to this line

cs20:
sub eax, _PAGESIZE_ ; decrease by PAGESIZE
test dword ptr [eax],eax ; probe page.
jmp short cs10

i am not getting what problem i am facing??

can anybody help me....