• src/sbbs3/filterfile.hpp

    From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Sat Feb 28 18:47:31 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/fb6c6aadd2d82c137cbeace2
    Modified Files:
    src/sbbs3/filterfile.hpp
    Log Message:
    Use explicitly initialized pthread_mutex_t instead of std::mutex

    Using a default initializer for the std::mutex didn't resolve the issue
    (crash in MSVCP140.dll).
    Explicitly calling mutex.lock/unlock (rather than using a lock_guard) didn't resolve the issue.

    trashCan constructor now calls filterFile constructor (to get the mutex initialized).

    Resolves issue #1089 (with older MSVC++ runtime libraries)
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net