BBS:      TELESC.NET.BR
Assunto:  src/xpdev/multisock.c
De:       Deuc¨
Data:     Sun, 15 Mar 2026 16:01:53 -0700
-----------------------------------------------------------
https://gitlab.synchro.net/main/sbbs/-/commit/908bb2320b285cb91ad80c82
Modified Files:
	src/xpdev/multisock.c
Log Message:
Fix missing socket fd argument in HAPROXY error log format string

The lprintf call had format "%04d * HAPROXY Unable to parse %s
address [%s]" with three specifiers but only two variadic arguments.
The socket fd (ret) was missing, causing undefined behavior  %04d
reads garbage from the stack and the string arguments shift.

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

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