Skip to Content.
Sympa Menu

ndt-dev - [ndt] r353 committed - Adding the correct patch...

Subject: NDT-DEV email list created

List archive

[ndt] r353 committed - Adding the correct patch...


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt] r353 committed - Adding the correct patch...
  • Date: Thu, 06 May 2010 13:30:33 +0000

Revision: 353
Author: jwzurawski
Date: Thu May 6 06:26:03 2010
Log: Adding the correct patch

-jason


http://code.google.com/p/ndt/source/detail?r=353

Added:
/trunk/contrib/Tcpbw100-security-fix.patch

=======================================
--- /dev/null
+++ /trunk/contrib/Tcpbw100-security-fix.patch Thu May 6 06:26:03 2010
@@ -0,0 +1,13 @@
+--- unpatched/ndt-3.6.2b/Applet/Tcpbw100.java 2010-04-12 16:02:45.000000000 -0700
++++ ndt-3.6.2b/Applet/Tcpbw100.java 2010-05-05 19:10:40.000000000 -0700
+@@ -2264,6 +2264,10 @@ class MyTextPane extends JTextPane
+ catch (UnknownHostException e) {
+ preserved = scip.equals(ccip);
+ }
++ catch (SecurityException e ) {
++ preserved = scip.equals(ccip);
++ }
++
+ if (preserved)
+
statistics.append(messages.getString("clientIpPreserved") + "\n");
+ else {


  • [ndt] r353 committed - Adding the correct patch..., ndt, 05/06/2010

Archive powered by MHonArc 2.6.16.

Top of Page