]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xenbus_dev: add missing error check to watch handling
authorJan Beulich <JBeulich@suse.com>
Tue, 24 Jan 2012 13:52:42 +0000 (13:52 +0000)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 15 Feb 2012 15:46:44 +0000 (10:46 -0500)
commit17bd12ff6eb02d58530406ad7c83e1670e5f36b0
tree27f1e3e3033c31041d0b75f28a245a5764ee39c0
parent70a3d8d324b9aa4dc130c01029b042d89cda071f
xenbus_dev: add missing error check to watch handling

So far only the watch path was checked to be zero terminated, while
the watch token was merely assumed to be.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/xen/xenbus/xenbus_dev_frontend.c