]> git.ipfire.org Git - thirdparty/libvirt.git/commit
xenconfig: check return value of regcomp
authorJim Fehlig <jfehlig@suse.com>
Tue, 12 Jan 2016 18:34:06 +0000 (11:34 -0700)
committerJim Fehlig <jfehlig@suse.com>
Tue, 12 Jan 2016 21:22:54 +0000 (14:22 -0700)
commit71daae9671e287bb1947c49b0b07733692bcb60f
treec1425cc8dae91a439a81acb97d1ba339532c20b8
parent50078cfbcbf3c802e9c93f219cc42e5e3818e537
xenconfig: check return value of regcomp

Commit ec63000a missed checking the return value of regcomp(),
which coverity promptly identified.
src/xenconfig/xen_sxpr.c