Stack overflow in uev_trigger()
authorHannes Reinecke <hare@suse.de>
Fri, 27 Mar 2009 22:50:18 +0000 (23:50 +0100)
committerChristophe Varoqui <christophe.varoqui@free.fr>
Fri, 27 Mar 2009 22:50:18 +0000 (23:50 +0100)
commit15d4bdddcb9b71e0ec6fecc3c37a1b8cae8f51ff
tree1b39bd9c4049770aadea01289b1455c47cd9f0ae
parentf46ffaf4e0a079180d4e11b4b2fb8425bda4d065
Stack overflow in uev_trigger()

uev_discard uses sscanf to write a 10 byte string into an array,
but I forgot to take the trailing NULL byte into account.
multipathd/main.c