Subj : src/sbbs3/filedat.c To : Git commit to main/sbbs/master From : Rob Swindell Date : Sun Apr 04 2021 03:13 pm https://gitlab.synchro.net/main/sbbs/-/commit/613d4f56a66bb8caac6aa213 Modified Files: src/sbbs3/filedat.c Log Message: If error is NULL, insure maxerrlen is 0. Hopefully this will eliminate the "Dereference after null check" warnings by Coverity (e.g. CID 330993). .