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

Don't panic if we fail to parse U2FRegistration data #17304

Merged
merged 3 commits into from
Oct 14, 2021

Commits on Oct 14, 2021

  1. Don't panic if we fail to parse a U2FRegistration data

    Downgrade logging statement from Fatal to Error so that errors parsing
    U2FRegistration data does not panic; instead, the invalid key will be
    skipped and we will attempt to parse the next one, if available.
    
    Signed-off-by: David Jimenez <dvejmz@sgfault.com>
    dvejmz committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    656d4b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    450f70f View commit details
    Browse the repository at this point in the history
  3. make fmt

    6543 committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    57c2336 View commit details
    Browse the repository at this point in the history