[mythtv-commits] [MythTV/mythtv] 70fe27: Make CheckSubnet thread-safe
Peter Bennett
noreply at github.com
Tue May 27 15:18:41 UTC 2025
Branch: refs/heads/fixes/35
Home: https://github.com/MythTV/mythtv
Commit: 70fe2731769916c0c5ce9807e0e9fbbbc41f7699
https://github.com/MythTV/mythtv/commit/70fe2731769916c0c5ce9807e0e9fbbbc41f7699
Author: Peter Bennett <pbennett at mythtv.org>
Date: 2025-05-27 (Tue, 27 May 2025)
Changed paths:
M mythtv/libs/libmythbase/mythcorecontext.cpp
Log Message:
-----------
Make CheckSubnet thread-safe
MythCoreContext::CheckSubnet can be called from multiple threads. It
uses 2 QList objects that are not thread-safe. Protect them with a
QMutex.
This is the equivalent change to 9292a764ca in master branch.
To unsubscribe from these emails, change your notification settings at https://github.com/MythTV/mythtv/settings/notifications
More information about the mythtv-commits
mailing list