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

Many string command updates to help prevent buffer overflows. #72

Closed
wants to merge 6 commits into from
Closed

Many string command updates to help prevent buffer overflows. #72

wants to merge 6 commits into from

Commits on Feb 18, 2018

  1. Configuration menu
    Copy the full SHA
    24437a1 View commit details
    Browse the repository at this point in the history
  2. Update strlcat/strlcpy to strncat/strncpy for portability. Had to bac…

    …k up some conversions though.
    Tom Murphy committed Feb 18, 2018
    Configuration menu
    Copy the full SHA
    f2a1077 View commit details
    Browse the repository at this point in the history
  3. Convert strlcat to strncat

    Tom Murphy committed Feb 18, 2018
    Configuration menu
    Copy the full SHA
    5c83e0b View commit details
    Browse the repository at this point in the history
  4. Fix missing parentheses

    Tom Murphy committed Feb 18, 2018
    Configuration menu
    Copy the full SHA
    e0beb80 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. Fix whitespace/style

    Tom Murphy committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    d6656ad View commit details
    Browse the repository at this point in the history
  2. Fix strncpy lengths

    Fix whitespace
    Run files through uncrustify
    Tom Murphy committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    787235a View commit details
    Browse the repository at this point in the history