sahilTakiar opened a new pull request #816: HDFS-14482: Crash when using libhdfs with bad classpath URL: https://github.com/apache/hadoop/pull/816 Fixes a bug in `jni_helper.c` `getJNIEnv` introduced by HDFS-14304. After HDFS-14304, the `getJNIEnv` would call `getGlobalJNIEnv` and pass the result to `jclasses.c` without first checking if the result of `getGlobalJNIEnv` is `NULL`. Testing: * Ran all libhdfs tests locally, they all pass.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
