Skip to content
  • Szymon Janc's avatar
    gdbus: Fix crash in g_dbus_create_error_valist · 09cea336
    Szymon Janc authored
    Passing NULL format parameter to vsnprintf results in invalid argument
    error on glibc. But with some other libc libraries (musl and uClibc)
    this results in dereferencing NULL pointer and crash due to
    segmentation fault.
    09cea336