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

ensure improvements #110

Merged
merged 3 commits into from Feb 18, 2017
Merged

ensure improvements #110

merged 3 commits into from Feb 18, 2017

Commits on Feb 18, 2017

  1. ensure: if printbuffer is null: cJSON_malloc

    This allowed for the removal of a lot of if (p) checks.
    FSMaxB committed Feb 18, 2017
    Configuration menu
    Copy the full SHA
    fc1d4b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fff921 View commit details
    Browse the repository at this point in the history
  3. ensure: only memcopy what's necessary

    We don't need to copy the entire printbuffer, only the part that is
    used.
    FSMaxB committed Feb 18, 2017
    Configuration menu
    Copy the full SHA
    331c18d View commit details
    Browse the repository at this point in the history