problem in allocating kernal memory by malloc(),
- by basu sagar
Is there any protection provided by kernel? Because when we tried to allocate memory using an
malloc(), the kernel allowed to allocated around 124
MB of memory, and when we try to write into it, the kernel crashed. If there
was protection of kernel memory area, this wouldn't have happened, i guess