methods in FileOutputStream and FileInputStream crash VM if use null as parameter for byte
array
------------------------------------------------------------------------------------------------
Key: HARMONY-285
URL: http://issues.apache.org/jira/browse/HARMONY-285
Project: Harmony
Type: Bug
Components: Classlib
Reporter: Vladimir Strigun
Priority: Minor
VM crash if I use null as parameter for byte array in write(null, 0, 0) method in FileOutputStream
and read(null, 0, 0) in FileInputStream, but NullPointerException should occur.
I'll attach testcases soon.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|