BBS:      TELESC.NET.BR
Assunto:  src/syncterm/ripper.c
De:       Deuc¨
Data:     Tue, 17 Mar 2026 11:59:17 -0700
-----------------------------------------------------------
https://gitlab.synchro.net/main/sbbs/-/commit/e9b4206eb16d93e29dd10df7
Modified Files:
	src/syncterm/ripper.c
Log Message:
Replace dead argc check with malloc NULL check in do_skypix()

The argc < 1 guard was unreachable because the counting loop always
increments argc at least once. Replace it with a NULL check on the
malloc() result, which was the actual missing guard.
(Coverity CID 501977)

Co-Authored-By: Claude Opus 4.6 (1M context) 
n
---
  mSynchronetn  hgVertrauen n hHome of Synchronet n gh[vert/cvs/bbs].synchro.net

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