When passing a Java null as a jstring parameter to a native method,
and then attempting to use getStringUTFChars on that parameter results
in a VM crash (SEGV), with no core dump.
getStringUTFChars should at least trap null as an entry condition and
handle it in some way, rather than allowing the VM to take a SEGV.
and then attempting to use getStringUTFChars on that parameter results
in a VM crash (SEGV), with no core dump.
getStringUTFChars should at least trap null as an entry condition and
handle it in some way, rather than allowing the VM to take a SEGV.