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 import of report results / errors without host (backport #1687) #1690

Merged
merged 3 commits into from
Sep 20, 2021

Commits on Sep 20, 2021

  1. Fix import of report results / errors without host

    The gmp_xml_handle_result function will now no longer try to
    remove newlines from the host if it is NULL.
    
    When importing reports, errors may not have any host assigned,
    which caused a segmentation fault without the added check
    (AP-1641).
    
    (cherry picked from commit c84140e)
    timopollmeier authored and mergify-bot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    97a7bc3 View commit details
    Browse the repository at this point in the history
  2. Add report import fix to CHANGELOG

    (cherry picked from commit 584b552)
    
    # Conflicts:
    #	CHANGELOG.md
    timopollmeier authored and mergify-bot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    7f1ebcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a5f9a3 View commit details
    Browse the repository at this point in the history