On 2025-06-13 01:03, Peter Dyballa wrote:
Another question seems to be, why is the null pointer used when calling fwrite()? A check should avoid this, rather early, and report or set some failure status…
No, that would be a bad way to "fix" things. We should find the real problem and fix it, not paper over it.