>>>>> "Mark" == Mark Wielaard <[EMAIL PROTECTED]> writes:

Mark> It is clear the current check is wrong since we check on the SocketImpl
Mark> of the ServerSocket and not the Socket that accept would return. But
Mark> wouldn't the correct security check just be to move this check just
Mark> after implAccept(socket) and then do the exact same check on the just
Mark> created socket?

Yeah, I think that would be correct.

Mark> Gary, do we have Mauve tests for this case already?

AFAIK we don't.  We do have a PR for this bug though.

Tom


_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to