Re: Possible SecurityException creating processes on Linux

2010-08-28 Thread Martin Buchholz
Hi Alan, Thanks for the review. On Sat, Aug 28, 2010 at 01:36, Alan Bateman wrote: > Martin Buchholz wrote: > >> >> The fix looks fine. It might be good to indent the second and third lines > of the test summary Done. > to make it easier to distinguish the test tags from the text. On Windo

Re: Possible SecurityException creating processes on Linux

2010-08-28 Thread Alan Bateman
Martin Buchholz wrote: This is a bug report with fix. I didn't add enough doPrivileged blocks into my recent UNIXProcess.java.linux. Not very likely in practice, but has been observed in the wild. Here's a fix: http://cr.openjdk.java.net/~martin/webrevs/openjdk7/ProcessDoPrivileged/