Re: CVS commit: src/sys/kern

2012-05-16 Thread Jukka Ruohonen
On Wed, May 16, 2012 at 09:41:11AM +, Martin Husemann wrote:
 Module Name:  src
 Committed By: martin
 Date: Wed May 16 09:41:11 UTC 2012
 
 Modified Files:
   src/sys/kern: sys_pipe.c
 
 Log Message:
 Make sure we can deliver two file descriptors for pipe2() before we set
 up anything special (like close on exec).
 Fixes PR kern/46457.

Thanks for fixing this. There is at least one other critical, 100 %
reproducable, bug that allows non-root users to crash the system; PR
kern/38889 (see also tests/lib/libc/sys/t_mmap; mmap_block).

- Jukka.




Re: CVS commit: src/sys/arch

2012-05-16 Thread Joerg Sonnenberger
On Wed, May 16, 2012 at 02:20:04AM +, YAMAMOTO Takashi wrote:
 hi,
 
  Module Name:src
  Committed By:   joerg
  Date:   Mon May  7 16:16:44 UTC 2012
  
  Modified Files:
  src/sys/arch/amd64/include: vmparam.h
  src/sys/arch/i386/include: vmparam.h
  
  Log Message:
  Raise per-image text size limit to 256MB. 64MB has seen already, so
  provide some margin of grows.
 
 just curious; what program was it?

GCC.

Joerg


Re: CVS commit: src/sys/kern

2012-05-16 Thread Martin Husemann
On Wed, May 16, 2012 at 04:49:06PM +0300, Jukka Ruohonen wrote:
 Thanks for fixing this. There is at least one other critical, 100 %
 reproducable, bug that allows non-root users to crash the system; PR
 kern/38889 (see also tests/lib/libc/sys/t_mmap; mmap_block).

I'm investigating...
But: I don't see how that could work for non-root users.

Martin