CRJun 7, 2012

A Novel Advanced Heap Corruption and Security Method

arXiv:1206.1406v1
Originality Synthesis-oriented
AI Analysis

This addresses heap security issues for operating systems like Solaris, but appears incremental as it builds on existing methods without clear novelty.

The paper tackles heap security by proposing a method at the operating system level, focusing on Solaris's dynamic memory manager and using a splay tree structure, but no concrete results or numbers are provided.

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

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes