RFR: 8317332: Prepare security for permissive- [v3]

Weijun Wang weijun at openjdk.org
Tue Oct 3 14:15:40 UTC 2023


On Tue, 3 Oct 2023 02:55:09 GMT, Julian Waters <jwaters at openjdk.org> wrote:

>> Prepares java.security.jgss for the permissive- compiler switch by
>> 
>> - Adding scopes so goto doesn't jump over unitialized locals in sspi.cpp
>> - Adding a static modifier to a mismatched method declaration in NativeCreds.c, as the definition is static
>
> Julian Waters has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Use split declaration and assignment in sspi.cpp

I'm OK with the fix. So separating the declaration and the assignment effectively place all the declarations at the beginning of the block and give them default values?

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

PR Comment: https://git.openjdk.org/jdk/pull/15996#issuecomment-1745066266



More information about the security-dev mailing list