提交 c581cb4f 编写于 作者: M mbaesken

8230856: Java_java_net_NetworkInterface_getByName0 on unix misses...

8230856: Java_java_net_NetworkInterface_getByName0 on unix misses ReleaseStringUTFChars in early return
Reviewed-by: dfuchs, stuefe, vtewari
上级 a5db9b29
......@@ -259,6 +259,7 @@ JNIEXPORT jobject JNICALL Java_java_net_NetworkInterface_getByName0
ifs = enumInterfaces(env);
if (ifs == NULL) {
(*env)->ReleaseStringUTFChars(env, name, name_utf);
return NULL;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册