Subj : src/sbbs3/bat_xfer.cpp To : Git commit to main/sbbs/master From : Rob Swindell Date : Sat Oct 23 2021 10:06:56 https://gitlab.synchro.net/main/sbbs/-/commit/7dc1bc798e5a06e2278711ea Modified Files: src/sbbs3/bat_xfer.cpp Log Message: Fix segfault after batch-upload when no "uploads" dir specifiedWhen there's no "uploads" directory configured by the sysop, cfg.upload_dir will be set to INVALID_DIR, which cannot be used as an index into cfg.dir[] to determine if the time used for uploading the files should be "given back" to the user.In v3.18, we used the first file in the upload queue, if there was one, else fell back to the "uploads" dir (which had to have been defined if there were no files in the queue). So this illegal array indexing was a regression in v3.19.Reported by Zoltán Gábor on Facebook --- SBBSecho 3.14-Linux * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705) .