]> git.ipfire.org Git - thirdparty/libvirt.git/commit
S390: Buffer too small for large CPU numbers.
authorViktor Mihajlovski <mihajlov@linux.vnet.ibm.com>
Fri, 5 Oct 2012 13:59:08 +0000 (15:59 +0200)
committerEric Blake <eblake@redhat.com>
Fri, 5 Oct 2012 15:00:52 +0000 (09:00 -0600)
commit4bdc8606e6fcd3b243e7ceeddd78e8d9a699a63e
treec54c481730ee49befffd696bad2150e7868f3d54
parenta86c039d46724177b7bdb5477833c93399bde0c8
S390: Buffer too small for large CPU numbers.

The output buffer for virFileReadAll was too small for systems with
more than 30 CPUs which leads to a log entry and incorrect behavior.
The new size will be sufficient for the current
architectural limits.

Signed-off-by: Viktor Mihajlovski <mihajlov@linux.vnet.ibm.com>
src/util/sysinfo.c