problem in allocating kernel memory by malloc() from user space?

Posted by sagar on Stack Overflow See other posts from Stack Overflow or by sagar
Published on 2010-04-01T08:54:21Z Indexed on 2010/04/07 5:33 UTC
Read the original article Hit count: 257

Filed under:
|

Is there any protection provided by kernel? Because when we tried to allocate memory using an malloc() from user space, 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

© Stack Overflow or respective owner

Related posts about c

    Related posts about linux-kernel