Category "stack-overflow"

How to increase stack size for Julia in Windows?

I wrote a recursive function (basically a flood fill), it works fine on smaller datasets, but for slightly larger input it throws StackOverflowError. How to inc

Managed to leak puts function address in libc, but unable to get addresses of other functions

I am currently learning about binary exploitation. Now i am working with a binary (Linux) that is vulnerable to a stack buffer overflow (ASLR and NX are enabled

c code to paint an embedded stack with a pattern say (0xABABABAB) just after main begins?

I am working on dynamic memory analysis using stack painting/foot print analysis method. dynamic-stack-depth-determination-using-footprint-analysis basically t

Stack smashing detected when allocating array C [closed]

As the title explains the problem. In this function in my program , whenever I allocate a certain size in the array I get huge chunks of error

Stack overflow error in java concerning inheritance

I am working on a project for my intro to java class and am working on inheritance. The problem is with the classes Mammal and Pet. When I run the driver clas