RFR: 8328785: IOException: Symbol not found: C_GetInterface for PKCS11 interface prior to V3.0
Valerie Peng
valeriep at openjdk.org
Wed Apr 3 19:31:00 UTC 2024
On Wed, 3 Apr 2024 18:18:37 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:
>> We do have checks for jGetFunctionList != NULL before calling ReleaseStringUTFChars() with it. So, this shouldn't be an issue?
>
> this will be an issue if `jGetFunctionList != NULL` and `dlopen` fails, resulting in `goto cleanup` before `getFunctionListStr` is reassigned.
Hmm, ok, I will change it. Thanks~
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18588#discussion_r1550333866
More information about the security-dev
mailing list