Re: [OpenJDK 2D-Dev] Potential problem in X11GraphicsDevice

2009-03-25 Thread Dmitri Trembovetski
Hi Roman, this issue was filed. While it's not very serious, and could at most be used to do a dos attack on one VM - but there's plenty of other ways to do that (like creating thousands of threads), it should still be addressed. Java security model won't allow the client code to be ru

[OpenJDK 2D-Dev] Potential problem in X11GraphicsDevice

2009-03-25 Thread Roman Kennke
Hi, While looking through X11GraphicsDevice I found a potential problem. The array returned by getConfigurations() is the real thing, and is mutable. Client code could get the array and write crap into it (e.g. null). This will most likely turn out to be the problem of the caller in the end, but I