Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RecorderThread: Open output files with O_TRUNC #146

Merged
merged 1 commit into from
Oct 7, 2022
Merged

Commits on Oct 7, 2022

  1. RecorderThread: Open output files with O_TRUNC

    The output files should generally be unique, but that's not guaranteed.
    Without truncation, the output files may potentially be corrupted due to
    the presence of old data at the end.
    
    Issue: #143
    
    Signed-off-by: Andrew Gunnerson <chillermillerlong@hotmail.com>
    chenxiaolong committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    efa9c3b View commit details
    Browse the repository at this point in the history