Print this page
Code review comments from jeffpc

Split Close
Expand all
Collapse all
          --- old/usr/src/test/os-tests/tests/secflags/secflags_aslr.sh
          +++ new/usr/src/test/os-tests/tests/secflags/secflags_aslr.sh
↓ open down ↓ 3 lines elided ↑ open up ↑
   4    4  # This file and its contents are supplied under the terms of the
   5    5  # Common Development and Distribution License ("CDDL"), version 1.0.
   6    6  # You may only use this file in accordance with the terms of version
   7    7  # 1.0 of the CDDL.
   8    8  #
   9    9  # A full copy of the text of the CDDL should have accompanied this
  10   10  # source.  A copy of the CDDL is also available via the Internet at
  11   11  # http://www.illumos.org/license/CDDL.
  12   12  #
  13   13  
  14      -# Copyright 2015, Richald Lowe.
       14 +# Copyright 2015, Richard Lowe.
  15   15  
  16      -# Verify that aslr musses things up, by comparing the mappings of 2 identical processes
       16 +# Verify that aslr messes things up, by comparing the mappings of 2 identical
       17 +# processes
  17   18  
  18   19  LC_ALL=C                        # Collation is important
  19   20  
  20   21  /usr/bin/psecflags -s aslr $$
  21   22  
  22   23  tmpdir=/tmp/test.$$
  23   24  
  24   25  mkdir $tmpdir
  25   26  cd $tmpdir
  26   27  
↓ open down ↓ 47 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX