Subj : src/sbbs3/qwktomsg.cpp To : Git commit to main/sbbs/master From : Rob Swindell Date : Mon Nov 15 2021 21:30:02 https://gitlab.synchro.net/main/sbbs/-/commit/ed1f4ab1828f06a5b2369200 Modified Files: src/sbbs3/qwktomsg.cpp Log Message: Initialize time zone variable (zone)As found and reported by Talisam author, apam (HAPPYLND).sscanf() won't initialize the buffer of the argument passed if the format string is not matched, so when there was no hexadecimal/SMB timezone value, the timezone specified in the ISO date/time string (if any) would be overwritten with 0, converted from the uninitialized 'zone' variable (unlikely to be valid hex-ASCII chars). Thanks apam! --- SBBSecho 3.14-Linux * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705) .