• src/sftp/sftp.h sftp_pkt.c

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Sunday, March 15, 2026 14:09:13
    https://gitlab.synchro.net/main/sbbs/-/commit/17a023e66e495bee959fca4a
    Modified Files:
    src/sftp/sftp.h sftp_pkt.c
    Log Message:
    Fix sftp_get64() returning uint32_t instead of uint64_t

    Both the declaration and definition used uint32_t as the return type,
    silently truncating the 64-bit value read from the packet. This affects
    file offsets > 4GB in SFTP read/write operations.

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)