Skip to content

Make access to notifiers thread-safe

Stefano babic requested to merge github/fork/saproj/patch-1 into master

Created by: saproj

Race condition happened between register_notifier(), which adds notifiers to the list, and notify(), which iterates over the list.

Merge request reports