On Tue, 3 Oct 2023 02:55:09 GMT, Julian Waters 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
On Tue, 3 Oct 2023 02:55:09 GMT, Julian Waters 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
On Tue, 3 Oct 2023 02:55:09 GMT, Julian Waters 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
On Tue, 3 Oct 2023 02:55:09 GMT, Julian Waters 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
On Tue, 3 Oct 2023 02:55:09 GMT, Julian Waters 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
On Wed, 4 Oct 2023 04:08:13 GMT, Julian Waters wrote:
>> I tested the new approach on gcc, it worked, so I'll commit it here
>
> I've changed it to use the split approach, but this feels like a hack to me.
> I wonder if there's a better way of doing this?
well goto was always a hack; less hacky
On Tue, 3 Oct 2023 02:47:02 GMT, Julian Waters wrote:
>> Well, SO offers a speculative answer:
>> https://stackoverflow.com/a/14274292
>> the modified form is not more safe, but the standard does not forbid it.
>
> I tested the new approach on gcc, it worked, so I'll commit it here
I've changed
On Tue, 3 Oct 2023 14:13:14 GMT, Weijun Wang wrote:
> 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?
It doesn't place them at the start of the block, the difference is
On Tue, 3 Oct 2023 02:55:09 GMT, Julian Waters 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
On Mon, 2 Oct 2023 12:27:17 GMT, Daniel Jeliński wrote:
>> I agree that it's ugly, but at the time I couldn't think of another way to
>> solve the issue. By any chance, why does splitting it out into separate
>> declaration assignment work? Last I remember, it still jumps over the local
>> eve
> 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 req
11 matches
Mail list logo