See attached test case
dana.burns@East 2001-01-04
Oops, bugtraq barfed on the attachment so here it is:
import java.io.*;
public class Test {
public static void main(String args[]) {
try {
BufferedReader br =
new BufferedReader(new InputStreamReader(System.in), 1);
String line = r.readLine();
} catch (Exception e) {
e.printStackTrace();
}
}
}
dana.burns@East 2001-01-04
dana.burns@East 2001-01-04
Oops, bugtraq barfed on the attachment so here it is:
import java.io.*;
public class Test {
public static void main(String args[]) {
try {
BufferedReader br =
new BufferedReader(new InputStreamReader(System.in), 1);
String line = r.readLine();
} catch (Exception e) {
e.printStackTrace();
}
}
}
dana.burns@East 2001-01-04
- duplicates
-
JDK-4401798 java.io.InputStreamReader assertion failure on single-character reads
-
- Closed
-