• src/sbbs3/js_system.cpp

    From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Wed May 6 22:36:57 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/bd294a6c23647cbcf9799cb1
    Modified Files:
    src/sbbs3/js_system.cpp
    Log Message:
    js_system: use UINT_TO_JSVAL for node.extaux to avoid signed overflow (CID 530515)

    node.extaux is uint32_t; the cast to (int) for INT_TO_JSVAL could yield
    a negative value for extaux > INT_MAX. Use UINT_TO_JSVAL like the rest
    of the codebase already does for this field (e.g., js_system.cpp:2717).

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