https://bugs.kde.org/show_bug.cgi?id=391856

            Bug ID: 391856
           Summary: FileManagerListJob::m_listQueue : needs mutex
                    protection?
           Product: kdevplatform
           Version: git master
          Platform: Compiled Sources
                OS: All
            Status: UNCONFIRMED
          Severity: task
          Priority: NOR
         Component: project
          Assignee: kdevelop-bugs-n...@kde.org
          Reporter: rjvber...@gmail.com
  Target Milestone: ---

Hi,

I notice that the QQueue<> m_listQueue in the FileManagerListJob class is
populated and possibly pruned from the main thread while being emptied from
inside the job itself.

I think that can lead to race conditions (cf. #355241?). Shouldn't access to
this FIFO be protected with a mutex to prevent such situations, however
unlikely they might be?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to