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

Cherry-picks from PR 27 #125

Merged
merged 6 commits into from
Jul 19, 2018
Merged

Cherry-picks from PR 27 #125

merged 6 commits into from
Jul 19, 2018

Commits on Jul 17, 2018

  1. fix C++-compat error

    we cannot malloc to an anon struct in C++.
    typedef yaml_anchors_t
    Reini Urban authored and perlpunk committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    75eddf7 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. fix clang -Wlogical-op warnings

    Commit amended by @perlpunk after suggestion from @tlsa
    Reini Urban authored and perlpunk committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    551ad48 View commit details
    Browse the repository at this point in the history
  2. fix C++ g++-6 errors

    yaml_emitter_write_indicator const char *indicator
    Reini Urban authored and perlpunk committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    5b8859f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96a49a1 View commit details
    Browse the repository at this point in the history
  4. fix version_directive memory leak

    detected by coverity
    rurban authored and perlpunk committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    f033001 View commit details
    Browse the repository at this point in the history
  5. Fix unconditional yaml_free()

    Thanks to @tlsa for spotting this
    perlpunk committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    df5c05e View commit details
    Browse the repository at this point in the history