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

Fix access violation issue in libgpiod v1 driver #2311

Merged
merged 10 commits into from
Jun 13, 2024

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    e2535bb View commit details
    Browse the repository at this point in the history
  2. Do not use SafeHandle for Line

    The handle is "owned" by the chip and is freed with that one.
    Freeing them in the wrong order causes an access violation
    pgrawehr committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    be654e6 View commit details
    Browse the repository at this point in the history
  3. Fix a merge problem

    pgrawehr committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    1f4b066 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd8331f View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Add another test

    pgrawehr committed May 5, 2024
    Configuration menu
    Copy the full SHA
    c96a27d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fa74d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c4dcd2 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Review findings

    pgrawehr committed May 23, 2024
    Configuration menu
    Copy the full SHA
    32f5d4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bf0188 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    c06f7e0 View commit details
    Browse the repository at this point in the history