lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 10 Jul 2007 09:52:13 +0200 (CEST)
From:	Jan Engelhardt <jengelh@...putergmbh.de>
To:	James Morris <jmorris@...ei.org>
cc:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Stephen Smalley <sds@...ho.nsa.gov>,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 09/11] security: Protection for exploiting null dereference
 using mmap


On Jul 8 2007 22:59, James Morris wrote:
>@@ -420,8 +420,12 @@ static int dummy_file_ioctl (struct file *file, unsigned int command,
> 
> static int dummy_file_mmap (struct file *file, unsigned long reqprot,
> 			    unsigned long prot,
>-			    unsigned long flags)
>+			    unsigned long flags,
>+			    unsigned long addr,
>+			    unsigned long addr_only)
> {
>+	if (addr < mmap_min_addr)
>+		return -EACCES;
> 	return 0;
> }
> 

Not -EPERM?


	Jan
-- 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ