]> git.ipfire.org Git - thirdparty/systemd.git/commit
shared/util: fix off-by-one error in tag_to_udev_node
authorDave Reisner <dreisner@archlinux.org>
Sun, 6 Oct 2013 22:26:23 +0000 (18:26 -0400)
committerDave Reisner <dreisner@archlinux.org>
Sun, 6 Oct 2013 22:29:12 +0000 (18:29 -0400)
commit1d5989fd803d2019de0f6aaaf3cfb1cb2bbc3cdb
tree143afd0a3a1b7075ac876a50f7b69cd051a7b465
parenta7176505e0083a073d03760f7b5435017a47c7c8
shared/util: fix off-by-one error in tag_to_udev_node

Triggered false negatives when encoding a string which needed every
character to be escaped, e.g. "LABEL=/".
src/shared/util.c
src/test/test-device-nodes.c