BigW Consortium Gitlab

Skip to content
  • Alexis Reigel's avatar
    use mutex for keychain interaction · edcc488b
    Alexis Reigel authored
    setting of the gpg home directory is not thread safe, as the directoy
    gets stored on the class.
    
    if multiple threads change the directory at the same time, one of the
    threads will be working in the wrong directory.
    edcc488b