Skip to content

kio_file: fix two data races

David Faure requested to merge work/dfaure/threadsafety into master
  • Use thread id rather than pid for filehelper socket (untested, found when reading the code; AFAIK KAuth support is disabled anyway currently)
  • Fix data race on static user cache (https://bugs.kde.org/show_bug.cgi?id=454619)

Merge request reports