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

open with O_CLOEXEC #130

Merged
merged 2 commits into from
Oct 30, 2023
Merged

open with O_CLOEXEC #130

merged 2 commits into from
Oct 30, 2023

Commits on Oct 19, 2023

  1. open with O_CLOEXEC

    This fixes a problem with Tauri auto update: After updating the tauri
    application it is restarted, but the serial files were not closed, and
    therefore the application could not open them again.
    
    With this flag the files are closed when executing `execve()` to start
    the new application instance.
    
    Change-Id: I102ba33411135a8e89e3203f9dad910d385feeee
    Morten Laursen committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    8a597ef View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. update changelog

    Change-Id: Ibbfa25312f05999f184b6986bc5c421e154a1e0e
    Morten Laursen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    3046741 View commit details
    Browse the repository at this point in the history