BBS:      TELESC.NET.BR
Assunto:  src/sbbs3/sbbsecho.c
De:       Rob Swindell (on Debian Linux)
Data:     Wed, 6 May 2026 19:41:53 -0700
-----------------------------------------------------------
https://gitlab.synchro.net/main/sbbs/-/commit/9ef727bc25d13118b3ba5323
Modified Files:
	src/sbbs3/sbbsecho.c
Log Message:
sbbsecho: cast away unchecked chmod/remove returns in alter_areas (CIDs 462777, 515046)

Both calls in alter_areas() are best-effort: the chmod is a permission
preserve before rename, and the remove is documented to be expected to
fail when the file doesn't exist. Make the ignore-return intent explicit
with (void) casts so Coverity stops flagging them as CHECKED_RETURN.

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

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