暂无分享,去创建一个
Heap security has been a major concern since the past two decades. Recently many methods have been proposed to secure heap i.e. to avoid heap overrun and attacks. The paper describes a method suggested to secure heap at the operating system level. Major emphasis is given to Solaris operating system's dynamic memory manager. When memory is required dynamically during runtime, the SysVmalloc acts as a memory allocator.Vmalloc allocates the chunks of memory in the form of splay tree structure. A self adjusting binary tree structure is reviewed in the paper, moreover major security issue to secure heap area is also suggested in the paper
[1] James C. Foster. Buffer overflow attacks : detect, exploit, prevent , 2005 .
[2] Kyungtae Kim,et al. Securing heap memory by data pointer encoding , 2012, Future Gener. Comput. Syst..
[3] Kiem-Phong Vo,et al. Vmalloc: A General and Efficient Memory Allocator , 1996, Softw. Pract. Exp..
[4] Robert E. Tarjan,et al. Self-adjusting binary search trees , 1985, JACM.