Subj : src/sbbs3/js_system.c To : Git commit to main/sbbs/master From : Rob Swindell Date : Sat Dec 05 2020 18:09:15 https://gitlab.synchro.net/main/sbbs/-/commit/b11d34b07815786b7ea1006e Modified Files: src/sbbs3/js_system.c Log Message: Fix null pointer deref (crash) in new_user() when "client" object is invalidWhen system.new_user() was called but the current "client" object is uninitialized (e.g. has NULL protocol, host or IP address fields because there is no active client, e.g. because is was called from a timed event with active user online) - this code would dereference a NULL pointer and crash the b0rad. Reported by Mortifis. --- SBBSecho 3.11-Linux * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705) .