BBS:      TELESC.NET.BR
Assunto:  src/sbbs3/websrvr.cpp
De:       Rob Swindell (on Debian Linux)
Data:     Wed, 6 May 2026 19:41:53 -0700
-----------------------------------------------------------
https://gitlab.synchro.net/main/sbbs/-/commit/65d46495860f18fb2c9a5882
Modified Files:
	src/sbbs3/websrvr.cpp
Log Message:
websrvr: suppress send_error ORDER_REVERSAL false-positive (CID 631137)

Coverity reports an ORDER_REVERSAL between link_list.mutex and
jsrt_mutex when http_session_thread calls send_error() in the
client-limit branches. The link_list helpers in this thread
(loginAttempts, client_on, listCountMatches) acquire+release their
list mutex internally  nothing holds a list mutex when send_error
runs js_setup() which acquires jsrt_mutex. Annotate both 503/429
send_error sites with a SUPPRESS plus rationale.

Co-Authored-By: Claude Opus 4.7 
n
---
  mSynchronetn  hgVertrauen n hHome of Synchronet n gh[vert/cvs/bbs].synchro.net

-----------------------------------------------------------
[Voltar]