]> xenbits.xensource.com Git - libvirt.git/commit
xenapi: Use virStrToLong_i instead of sscanf for CPU map parsing
authorMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 30 Mar 2010 14:51:04 +0000 (16:51 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Thu, 1 Apr 2010 10:53:41 +0000 (12:53 +0200)
commit82cb2e73aa7b223f7ce858588dd897d39fe8b810
treef2fc3d5c482f41d93be9b79fa24148421843eaba
parent1778da718517ab6cefcfd138638bcea88e98ddb4
xenapi: Use virStrToLong_i instead of sscanf for CPU map parsing

Parsing is stricter now and doesn't accept trailing characters
after the actual value anymore.
src/xenapi/xenapi_utils.c