Subj : src/sbbs3/filedat.c To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Sat Feb 04 2023 05:13 pm https://gitlab.synchro.net/main/sbbs/-/commit/ef2fa232ddcb2cef11c7458a Modified Files: src/sbbs3/filedat.c Log Message: If filename_maxlen is 0, don't use it enforce a maximum filename length This is just extra paranoia now since the reading of file.ini enforces the value range 8 <-> 65535 now. .