Skip to content

Instantly share code, notes, and snippets.

@haldean
Created May 3, 2015 18:30
Show Gist options
  • Save haldean/89a13ae3cc65638a3e5d to your computer and use it in GitHub Desktop.
Save haldean/89a13ae3cc65638a3e5d to your computer and use it in GitHub Desktop.

Revisions

  1. haldean created this gist May 3, 2015.
    7 changes: 7 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    Allocation of a zero size object returns a pointer to a zero size object.
    This zero size object is access protected, so any access to it will
    generate an exception (SIGSEGV). Many zero-sized objects can be placed
    consecutively in shared protected pages. The minimum size of the
    protection on each object is suitably aligned and sized as previously
    stated, but the protection may extend further depending on where in a
    protected zone the object lands.