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 debian warnings #329

Closed
wants to merge 10 commits into from
Closed

Commits on Nov 11, 2018

  1. strncpy usage

    Komzpa committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    896b485 View commit details
    Browse the repository at this point in the history
  2. clang-format

    Komzpa committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    97a331a View commit details
    Browse the repository at this point in the history
  3. strcpy -> snprintf

    Komzpa committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    d15036f View commit details
    Browse the repository at this point in the history
  4. count \0 at the end too

    Komzpa committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    3060fe1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b49881 View commit details
    Browse the repository at this point in the history
  6. this is C, not SQL

    Komzpa committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    c9c9b18 View commit details
    Browse the repository at this point in the history
  7. strncpy -> memcpy

    Komzpa committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    be550e3 View commit details
    Browse the repository at this point in the history
  8. memcmp -> memcpy

    Komzpa committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    2476bd2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d985692 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6f42cd5 View commit details
    Browse the repository at this point in the history