Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    Unexpectedly got 3013470 at 3 instead of 1354771
    Warning: special data without datasv is not freed currently!!.
    Warning: special data without datasv is not freed currently!!.
    
  2. or download this
      fd = open(argv[1], O_RDONLY);
      if (fd < 0) {
    ...
    
      printf("Did the contents of the second mmap overwrite?\n");
      testMap(mapstart2);