misc/169608: the mmap(), mprotect(), and munmap() functions get fucked by some corner-case arguments

deeptech71 at gmail.com deeptech71 at gmail.com
Mon Jul 2 18:40:04 UTC 2012


The following reply was made to PR misc/169608; it has been noted by GNATS.

From: deeptech71 at gmail.com
To: bug-followup at 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--


More information about the freebsd-bugs mailing list