This is the mail archive of the java-prs@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]

[Bug libgcj/21941] NPE in Socket.connect()



------- Comment #1 from tromey at gcc dot gnu dot org  2006-04-20 15:42 -------
Subject: Bug 21941

Author: tromey
Date: Thu Apr 20 15:42:12 2006
New Revision: 113117

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113117
Log:
        PR libgcj/21941:
        * gnu/java/net/natPlainDatagramSocketImplPosix.cc (send): Throw
        UnknownHostException if needed.
        * gnu/java/net/natPlainSocketImplPosix.cc (connect): Throw
        UnknownHostException if needed.

Modified:
    branches/gcc-4_1-branch/libjava/ChangeLog
   
branches/gcc-4_1-branch/libjava/gnu/java/net/natPlainDatagramSocketImplPosix.cc
    branches/gcc-4_1-branch/libjava/gnu/java/net/natPlainSocketImplPosix.cc


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21941


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