Based on the long thread about whether %zu and %llu are safe
to use, here's a series of patches to start tackling the
problems. I've got more work to do, but had enough ready that
it was worth posting this much for review, and can push in
pieces as individual patches are ACK'd.
Eric Blake (10):
uml: fix logic bug in checking reply length
nwfilter: use consistent OOM reporting
build: delete dead comment
maint: whitespace cleanups
storage: avoid s[n]printf
squash to dead comment
xenapi: avoid sprintf
vbox: add location used in rpmfusion release
vbox: factor a large function
vbox: avoid sprintf
configure.ac | 1 +
src/nwfilter/nwfilter_driver.c | 6 +-
src/qemu/qemu_driver.c | 1 -
src/storage/storage_backend.c | 16 ++-
src/storage/storage_backend_disk.c | 124 +++++++++-----
src/uml/uml_driver.c | 8 +-
src/vbox/vbox_tmpl.c | 327 +++++++++++++++++++-----------------
src/xen/sexpr.c | 8 -
src/xenapi/xenapi_utils.c | 15 +-
src/xenapi/xenapi_utils.h | 4 -
10 files changed, 277 insertions(+), 233 deletions(-)
--
1.7.2.1