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

libredirect: fix argument forwarding in open* functions #73266

Merged
merged 2 commits into from Dec 9, 2019

Commits on Nov 12, 2019

  1. libredirect: fix argument forwarding in open* functions

    Flag `O_TMPFILE` was added in Linux 3.11. It affects whether or not
    `mode` argument should be passed.
    demin-dmitriy committed Nov 12, 2019
    Copy the full SHA
    6432f92 View commit details
    Browse the repository at this point in the history
  2. libredirect: fix access return type

    `access` should return `int` not `int*`. Actually compiler produced
    identical assembly with any of those types, so by luck it "just worked".
    demin-dmitriy committed Nov 12, 2019
    Copy the full SHA
    b6e37c3 View commit details
    Browse the repository at this point in the history