Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jul 2012 18:40:04 GMT
From:      deeptech71@gmail.com
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/169608: the mmap(), mprotect(), and munmap() functions get fucked by some corner-case arguments
Message-ID:  <201207021840.q62Ie4Jd080851@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/169608; it has been noted by GNATS.

From: deeptech71@gmail.com
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/169608: the mmap(), mprotect(), and munmap() functions get
 fucked by some corner-case arguments
Date: Mon, 02 Jul 2012 20:44:02 +0200

 This is a multi-part message in MIME format.
 --------------070904090102010906040902
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 
 --------------070904090102010906040902
 Content-Type: text/plain; charset=UTF-8;
  name="r.sh"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="r.sh"
 
 #!/bin/sh
 for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 ; do
 	./a.out 1 "$i"
 done
 echo
 for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 ; do
 	./a.out 2 "$i"
 done
 echo
 for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 ; do
 	./a.out 3 "$i"
 done
 
 --------------070904090102010906040902--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207021840.q62Ie4Jd080851>