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
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