chiark / gitweb /
dbus-manager: fix tainted string
authorMichal Schmidt <mschmidt@redhat.com>
Wed, 9 May 2012 19:42:56 +0000 (21:42 +0200)
committerMichal Schmidt <mschmidt@redhat.com>
Wed, 9 May 2012 19:42:56 +0000 (21:42 +0200)
The pointer to the end of the string was not advanced after adding
the "cgroups-missing" taint. If "local-hwclock" was detected too,
it would overwrite the previous string.

With 'e' always pointing to the end of the string, removing the last
delimiter is easier.


No differences found