Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lock standard output when composing log message (#15798)
Single log message is created by calling printf function multiple number of times. In case of using log subsystem from more than one thread, the log message might be corrupted. In order to prevent that, it is advised to use flockfile()/funlockfile() for given stream.
- Loading branch information