problem in allocating kernel memory by malloc(),
Posted
by basu sagar
on Stack Overflow
See other posts from Stack Overflow
or by basu sagar
Published on 2010-04-01T08:54:21Z
Indexed on
2010/04/01
10:03 UTC
Read the original article
Hit count: 475
c
|linux-kernel
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.
© Stack Overflow or respective owner