Bug 22666 - InflaterInputStream constructor accepts null arguments
Summary: InflaterInputStream constructor accepts null arguments
Status: RESOLVED FIXED
Alias: None
Product: classpath
Classification: Unclassified
Component: classpath (show other bugs)
Version: unspecified
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-27 09:05 UTC by from-classpath
Modified: 2005-07-23 22:54 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description from-classpath 2003-02-27 09:05:17 UTC
where it should throw a null pointer exception.

attached test case does that on JDK 1.4.1 but fails on gcj 3.2
Comment 1 from-classpath 2003-07-18 12:24:39 UTC
I made some Mauve patches for this and checked in a patch.

Thanks for the report.