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

zipl: A few fixes #3119

Merged
merged 4 commits into from
Jan 2, 2024
Merged

zipl: A few fixes #3119

merged 4 commits into from
Jan 2, 2024

Commits on Dec 14, 2023

  1. zipl: Use O_CLOEXEC

    On general principle.
    cgwalters committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    876ddd3 View commit details
    Browse the repository at this point in the history
  2. zipl: Fix error handling for read

    The return value is not errno.
    cgwalters committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    e9a2a2c View commit details
    Browse the repository at this point in the history
  3. zipl: NUL terminate buffer we're searching

    Found by a static analyzer.
    cgwalters committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    241597a View commit details
    Browse the repository at this point in the history
  4. zipl: Convert to a data input stream

    This high level reader API avoids all the bugs that were
    found in previous patches.
    cgwalters committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    ade0bd2 View commit details
    Browse the repository at this point in the history