Skip to content
  • Rasmus Thomsen's avatar
    main/dbus: fix deadlock · b602ab70
    Rasmus Thomsen authored
    This avoids calling opendir() which mallocs, and as such isn't async-signal
    safe, which can lead to deadlocks if called between fork() and exec()
    b602ab70