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

bus: fix memleak on invalid message #12025

Merged
merged 1 commit into from Mar 18, 2019

Commits on Mar 16, 2019

  1. bus: fix memleak on invalid message

    Introduced in 6d586a1.
    Reported by Felix Riemann in https://bugzilla.redhat.com/show_bug.cgi?id=1685286.
    
    Reproducer:
    for i in `seq 1 100`; do gdbus call --session -d org.freedesktop.systemd1 -m org.freedesktop.systemd1.Manager.StartUnit -o "/$(for x in `seq 0 28000`; do echo -n $x; done)" & done
    keszybz committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    c6b6825 View commit details
    Browse the repository at this point in the history