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

Hardening the library #191

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 5, 2020

  1. Hardening the library

    I had multiple segsev crashes in different locations all over the library.
    Mostly they seem to stem from instances where the library does just assume
    that some pointer is still valid, although the object was already freed.
    With these changes the library now runs stable for me.
    These changes are not very tidy, as I stumbled through the library
    and fixed stuff one by one.
    Contributing my changes back in the hope that the library will get better
    - please pick and choose and verify my changes.
    
    Signed-off-by: Simon Egli <[email protected]>
    Deadolus committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    ffd6254 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Do not power cycle or return adapter if already scanning

    It is ok if adapter is already scanning
    Deadolus committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    8a09c25 View commit details
    Browse the repository at this point in the history