Skip to content

Fix Gitlab::Popen.popen thread-safety issue

username-removed-506061 requested to merge fix/gitlab-popen-thread-safety into master

What does this MR do?

It changes the instance variables of Gitlab::Popen.popen to a local ones.

Are there points in the code the reviewer needs to double check?

N/A

Why was this MR needed?

It fixes a bug!

Screenshots (if relevant)

N/A

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#21842 (closed)

Merge request reports