mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
6ef0bd0f90eb059a05e5b109a8de8579b3add07e
Replacing printf() with fprintf() in this code section aims to prevent unpredictable behavior in multi-threaded environments that could be caused by printf()'s non-atomic nature. The change is intended to enhance output consistency and prevent potential race conditions. Additionally, it is important to note that many other plain calls to printf() in the Neutrino code could also cause issues and require further investigation. Whether this change will have a positive impact remains to be seen.
…
…
…
…
Neutrino-HD ツ
Description
Languages
C++
85.3%
C
12.3%
M4
0.6%
Makefile
0.6%
JavaScript
0.4%
Other
0.7%