Subj : src/sbbs3/js_user.c To : Git commit to main/sbbs/master From : Rob Swindell Date : Wed May 18 2022 15:32:02 https://gitlab.synchro.net/main/sbbs/-/commit/65e938974bfeac3448008bfc Modified Files: src/sbbs3/js_user.c Log Message: Fix User.number increment beyond lastuser issueWhen the 'number' property of an instance of User was incremented beyond the last user, the call to fgetuserdat() on subsequent property 'get' operation would fail and zero-out the user structure (including the user number). This resulted in an infinite loop in load/birthdays.js where the user number would go from lastuser to 1 in one operation (u.number++).Reported by DesotoFireflite (VALHALLA) --- SBBSecho 3.15-Linux * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705) .