On 03/31/2010 03:42 PM, Matthias Bolte wrote:
Parsing is stricter now and doesn't accept trailing characters
after the actual value anymore.
- if (sscanf (p+1, "%d", &port_nr) != 1) {
+ if (virStrToLong_i(p+1, NULL, 10, &port_nr) < 0) {
ACK.
--
Eric Blake eblake(a)redhat.com +1-801-349-2682
Libvirt virtualization library
http://libvirt.org