Skip to content

udisk: fix crash when sd_bus_open_system fails

Pierre Lamot requested to merge chub/vlc:udisk/init-crash into master

p_sys wasn't zero initialized, if the sd_bus_open_system call fails, the cleanup code would try to use the uninitialized sd_bus pointer

Merge request reports

Loading