diff options
author | Bob Van Landuyt <bob@vanlanduyt.co> | 2019-02-05 18:22:25 +0100 |
---|---|---|
committer | Bob Van Landuyt <bob@vanlanduyt.co> | 2019-02-06 15:24:46 +0100 |
commit | c982edfa1969770696c2e85a8e32160eb0304cbc (patch) | |
tree | de446e480e2a89271b7871550d9904935c00e9ae /changelogs | |
parent | 02cc32c65579573e340603d09280e5b9e88f7a01 (diff) | |
download | gitlab-ce-c982edfa1969770696c2e85a8e32160eb0304cbc.tar.gz |
Avoid race conditions when creating GpgSignature
This avoids race conditions when creating GpgSignature.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/bvl-fix-race-condition-creating-signature.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/bvl-fix-race-condition-creating-signature.yml b/changelogs/unreleased/bvl-fix-race-condition-creating-signature.yml new file mode 100644 index 00000000000..307b4f526bb --- /dev/null +++ b/changelogs/unreleased/bvl-fix-race-condition-creating-signature.yml @@ -0,0 +1,5 @@ +--- +title: Avoid race conditions when creating GpgSignature +merge_request: 24939 +author: +type: fixed |