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

HID: Zero-initialize pointer members #19

Closed
wants to merge 4 commits into from

Commits on Sep 9, 2024

  1. HID: Zero-initialize pointer members

    I'm new to Arduino development, so I'm not sure if variable are zero-initialized by default. Regardless, it's often regarded good practice to explicitly zero-initialize pointers to reduce risk of treating uninitialized pointers as valid.
    forderud committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    395e4a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c31d93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1aa867 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15a16f2 View commit details
    Browse the repository at this point in the history