• src/xpdev/multisock.c

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Mar 15 16:01:53 2026
    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 <noreply@anthropic.com>
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)