libvirt/src/storage
Eric Blake 352b6df34d parthelper: fix compilation without optimization
Daniel's patch works with gcc and CFLAGS containing -O (the
autoconf default), but fails with non-gcc or with other
CFLAGS (such as -g), since c-ctype.h declares c_isdigit as
a macro only for certain compilation settings.

* src/Makefile.am (libvirt_parthelper_LDFLAGS): Add gnulib
library, for when c_isdigit is not a macro.
* src/storage/parthelper.c (main): Avoid out-of-bounds
dereference, noticed by Jim Meyering.
2010-06-14 15:11:49 -06:00
..
parthelper.c parthelper: fix compilation without optimization 2010-06-14 15:11:49 -06:00
storage_backend_disk.c virFileResolveLink: fix return value 2010-05-17 14:48:27 -06:00
storage_backend_disk.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
storage_backend_fs.c storage: Check for invalid storage mode before opening 2010-05-28 15:47:49 -04:00
storage_backend_fs.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
storage_backend_iscsi.c Remove virConnectPtr from storage APIs & driver 2010-02-10 13:32:11 +00:00
storage_backend_iscsi.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
storage_backend_logical.c storage: Check for invalid storage mode before opening 2010-05-28 15:47:49 -04:00
storage_backend_logical.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
storage_backend_mpath.c storage: Check for invalid storage mode before opening 2010-05-28 15:47:49 -04:00
storage_backend_mpath.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
storage_backend_scsi.c storage: Check for invalid storage mode before opening 2010-05-28 15:47:49 -04:00
storage_backend_scsi.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
storage_backend.c storage: Check for invalid storage mode before opening 2010-05-28 15:47:49 -04:00
storage_backend.h build: make cpp indentation conform 2010-05-29 09:45:21 +02:00
storage_driver.c Fix error codes for missing storage pools 2010-06-08 15:11:13 +01:00
storage_driver.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00