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

(#1944468) tmpfiles: fix handling of X #170

Merged

Commits on Apr 21, 2021

  1. tmpfiles: use a entry in hashmap as ItemArray in read_config_file()

    [zjs: squash commits and use size_t as appropriate.
    
    Bug seems to have been introduced in 811a158.
    Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1944468.]
    
    (cherry picked from commit bec890e)
    
    Resolves: #1944468
    mmatsuya authored and dtardon committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    5a4cf0c View commit details
    Browse the repository at this point in the history
  2. tmpfiles: rework condition check

    (!a && b) || (a && c) is replaced by (a ? c : b).
    
    path_startswith() != NULL is need to avoid type warning.
    
    (cherry picked from commit 875e7b2)
    
    Related: #1944468
    keszybz authored and dtardon committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    78076b5 View commit details
    Browse the repository at this point in the history
  3. TEST-22-TMPFILES: add reproducer for bug with X

    (cherry picked from commit 1672be8)
    
    Related: #1944468
    keszybz authored and dtardon committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    8645fe6 View commit details
    Browse the repository at this point in the history