Subj : src/sbbs3/js_file.c To : CVS commit From : rswindell Date : Fri Oct 20 2023 20:19:52 src/sbbs3 js_file.c 1.183 1.184 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs:/tmp/cvs-serv21798 Modified Files: js_file.c Log Message: Fix potential double-close() call in File.open() method implementation: if fdopen() failed, we'd close the file descriptor but leave it dangling with a >= 0 value and then call close() again on it later in the function. --- SBBSecho 3.20-Linux * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705) .