Subj : src/sbbs3/file.cpp To : Git commit to main/sbbs/master From : Rob Swindell Date : Sat May 15 2021 11:09 pm https://gitlab.synchro.net/main/sbbs/-/commit/90bf6cd5ad2e66840e39ca88 Modified Files: src/sbbs3/file.cpp Log Message: Fix potential NULL deref in editfiledesc() If the file doesn't already have a description, f->desc may be NULL. Remove the redundant user name in the "removed file" log message. .