chiark / gitweb /
udevadm hwdb: discard extra leading whitespaces in hwdb
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 27 Nov 2014 05:19:44 +0000 (15:19 +1000)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 28 Nov 2014 19:30:50 +0000 (14:30 -0500)
commit36afca67b67984520c5c9a6ce14af51a68c7c8cf
tree3c24204b654ef45cd18a6703d3b766819e077a8d
parente6a7b9f45553fe0f73ba1f6134f4829b1d519658
udevadm hwdb: discard extra leading whitespaces in hwdb

Currently a property in the form of
  FOO=bar
is stored as " FOO=bar", i.e. the property name contains a leading space.
That's quite hard to spot.

This patch discards all extra whitespaces but the first one which is required
by libudev's hwdb_add_property.

[zj: modify the check a bit]

https://bugs.freedesktop.org/show_bug.cgi?id=82311
src/udev/udevadm-hwdb.c