This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] ServerSocket.bind


On Wed, Dec 24, 2003 at 04:40:34PM +0100, Guilhem Lavaux wrote:
> Hi,
> 
> It seems that nobody checks for null internet address in ServerSocket.bind.
> Here is a quick fix which should prevent calling a native method with a 
> null address argument.
> 
> Regards,
> Guilhem.
> 
> ChangeLog:
> 
> 2003-12-24  Guilhem Lavaux <guilhem@kaffe.org>
> 
>    * java/net/ServerSocket.java (bind): Check whether the address is null.
> 
> P.S.: I hope it can be applied to gcj (I've checked that the same code 
> is present there), the patch has been built upon kaffe's CVS.

Two things: the patch is missing and the code uses a "instanceof"
operator which implicitly checks for "null".


Michael


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]