-
- Downloads
Fix race conditions in GSSAPI calls
The GSSAPI functions are using shared contextId value. We need to use mutex to make sure that simultaneous calls to it work correctly.
Please register or sign in to comment
As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.
The GSSAPI functions are using shared contextId value. We need to use mutex to make sure that simultaneous calls to it work correctly.
As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.