< prev index next >

src/java.base/macosx/native/libjli/java_md_macosx.m

Print this page
rev 52684 : imported patch open.patch

*** 506,516 **** size_t pathLen = strlen(realPathToSelf); if (pathLen == 0) { return JNI_FALSE; } ! const char lastPathComponent[] = "/lib/jli/libjli.dylib"; size_t sizeOfLastPathComponent = sizeof(lastPathComponent) - 1; if (pathLen < sizeOfLastPathComponent) { return JNI_FALSE; } --- 506,516 ---- size_t pathLen = strlen(realPathToSelf); if (pathLen == 0) { return JNI_FALSE; } ! const char lastPathComponent[] = "/lib/libjli.dylib"; size_t sizeOfLastPathComponent = sizeof(lastPathComponent) - 1; if (pathLen < sizeOfLastPathComponent) { return JNI_FALSE; }
< prev index next >