https://issues.apache.org/bugzilla/show_bug.cgi?id=49556
Summary: the proc.create function used args as env to get the
element count,
Product: Tomcat Native
Version: 1.1.19
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: critical
Priority: P2
Component: Library
AssignedTo: [email protected]
ReportedBy: [email protected]
if (env)
es = (*e)->GetArrayLength(e, args);
this would cause nullpoint exception like this:
java.lang.NullPointerException
at org.apache.tomcat.jni.Proc.create(Native Method)
at hyer.process.Controller.main(Controller.java:91)
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]