BBS:      TELESC.NET.BR
Assunto:  src/sbbs3/js_system.cpp
De:       Rob Swindell (on Debian Linux)
Data:     Wed, 6 May 2026 22:36:57 -0700
-----------------------------------------------------------
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 
n
---
  mSynchronetn  hgVertrauen n hHome of Synchronet n gh[vert/cvs/bbs].synchro.net

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