__                 _ _                _
  / _| ___   ___   __| | |__   __ _ _ __| | __
 | |_ / _ \ / _ \ / _` | '_ \ / _` | '__| |/ /
 |  _| (_) | (_) | (_| | |_) | (_| | |  |   <
 |_|  \___/ \___/ \__,_|_.__/ \__,_|_|  |_|\_\

A personal BBS  ·  Missoula, Montana  ·  formerly NaClCON BBS

Connect from your terminal: telnet naclconbbs.net 23  |  ssh naclconbbs.net -p 2222

  • src/sbbs3/mailsrvr.cpp sbbscon.c

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Wed May 6 19:41:53 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/dead1ba7839a04f94620bbdd
    Modified Files:
    src/sbbs3/mailsrvr.cpp sbbscon.c
    Log Message:
    mailsrvr,sbbscon: suppress more link_list helper LOCK/SLEEP false-positives (CIDs 631134, 631143, 631144)

    Same pattern as services.cpp commit dc6482fa5: loginBanned() and the
    listX helpers acquire+release link_list mutexes internally, but
    Coverity's inter-procedural lock tracking misses the matching unlock
    and reports phantom LOCK/SLEEP issues at the call sites.

    CID 631134: loginBanned LOCK in pop3_client_thread
    CID 631143: sockprintf SLEEP after loginBanned in pop3_client_thread
    CID 631144: listFindTaggedNode LOCK while listLock held in client_on
    (recursive list mutex, see link_list.h:99)

    Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net