Subj : New Defects reported by Coverity Scan for Synchronet To : cov-scan@synchro.net From : scan-admin@coverity.com Date : Mon Feb 22 2021 01:58 pm Hi, Please find the latest report on new defect(s) introduced to Synchronet found with Coverity Scan. 1 new defect(s) introduced to Synchronet found with Coverity Scan. 65 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. New defect(s) Reported-by: Coverity Scan Showing 1 of 1 defect(s) ** CID 320538: Error handling issues (NEGATIVE_RETURNS) /sbbsecho.c: 3240 in getfmsg() ________________________________________________________________________________________________________ *** CID 320538: Error handling issues (NEGATIVE_RETURNS) /sbbsecho.c: 3240 in getfmsg() 3234 if((fbuf = malloc(length+1)) == NULL) { 3235 lprintf(LOG_ERR,"ERROR line %d allocating %lu bytes of memory",__LINE__,length+1); 3236 bail(1); 3237 return(NULL); 3238 } 3239 >>> CID 320538: Error handling issues (NEGATIVE_RETURNS) >>> "start" is passed to a parameter that cannot be negative. 3240 (void)fseeko(stream,start,SEEK_SET); 3241 for(l=0;l