-
- Downloads
Not all uses of fopenlog() should open the file O_DENYNONE
For quick open/write/close log files (e.g. error.log), go back to using nopen() to insure exclusive access while writing to prevent any accidental corruption from concurrent writes from multiple threads or processes.
Showing
- src/sbbs3/chat.cpp 1 addition, 1 deletionsrc/sbbs3/chat.cpp
- src/sbbs3/logfile.cpp 7 additions, 5 deletionssrc/sbbs3/logfile.cpp
- src/sbbs3/logfile.h 1 addition, 1 deletionsrc/sbbs3/logfile.h
- src/sbbs3/main.cpp 2 additions, 2 deletionssrc/sbbs3/main.cpp
- src/sbbs3/xtrn_sec.cpp 1 addition, 1 deletionsrc/sbbs3/xtrn_sec.cpp
Loading
Please register or sign in to comment