From: Tom Gundersen Date: Wed, 27 May 2015 21:26:39 +0000 (+0200) Subject: sd-device: fix device_get_properties_strv() X-Git-Tag: v226.4~1^2~342 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=993e17947b005caa23636762683e0cf0afb2a600;hp=993e17947b005caa23636762683e0cf0afb2a600 sd-device: fix device_get_properties_strv() A NULL pointer was inserted as the first element of the strv. This had the effect of always passing the empty environment to processes spawned by udev. Reported by MichaƂ Bartoszkiewicz. ---