]> git.ipfire.org Git - thirdparty/util-linux.git/commit
setsid: fix off-by-one error in execvp call
authorBernhard Voelker <mail@bernhard-voelker.de>
Wed, 6 Jun 2012 14:34:55 +0000 (16:34 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 15 Jun 2012 09:42:43 +0000 (11:42 +0200)
commitb4479ffaa890026a74f609a4a1c1effd538cb5fd
tree0c827f1a7cdaaa261a9e92a9a21c86bd4dfe8891
parentf5caaf39d2b94df651d941e011fd5e914c8016ec
setsid: fix off-by-one error in execvp call

Bug introduced during --ctty implementation by v2.21-112-g8a2f04d.

Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
sys-utils/setsid.c