RFR: 8314148: Fix variable scope in SunMSCAPI [v2]

Mark Powers mpowers at openjdk.org
Fri Aug 11 20:49:58 UTC 2023


On Fri, 11 Aug 2023 20:15:59 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:

>> Please review this patch that fixes the scope of 2 local variables to make sure they are in scope when they are used.
>> 
>> The patch additionally fixes one `c++11-narrowing` Clang warning by explicitly casting string size (`size_t`) to `DWORD`.
>
> Daniel Jeliński has updated the pull request incrementally with one additional commit since the last revision:
> 
>   fix verify method, reduce variable scope

Looks good to me.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/15242#issuecomment-1675366834



More information about the security-dev mailing list