udevd: add missing attr in SECLABEL rules parsing
authorAdrian Szyndela <adrian.s@samsung.com>
Thu, 19 Mar 2020 06:57:09 +0000 (07:57 +0100)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Thu, 25 Jan 2024 13:01:59 +0000 (14:01 +0100)
commit7ccfd1f6d384695b79519c6e85fe6465e2a1dc49
tree3c7ca9ad56bc56b470f94da84ed0028058627e98
parentd8ff01ffaaada180454a16619ac9f4a883a022d9
udevd: add missing attr in SECLABEL rules parsing

This caused failure of udevd workers, when they tried to execute
rules. When parsing, 'attr' was always passed as NULL, despite being
checked for non-emptiness. When executing, NULL was passed
unconditionally to strdup, and it caused segmentation fault.
src/udev/udev-rules.c