_  _    __    ___  __    ___  _____  _  _
 ( \( )  /__\  / __)(  )  / __)(  _  )( \( )
  )  (  /(__)\( (__  )(__( (__  )(_)(  )  (
 (_)\_)(__)(__)\___)(____)\___)(_____)(_)\_)

The History of Hacking  ·  May 31 – June 2, 2026  ·  Carolina Beach, NC

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