problem in allocating kernal 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 9:23 UTC
Read the original article Hit count: 426

Filed under:
|

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

Related posts about c

    Related posts about linux-kernel