1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/daemons/lvmlockd
Peter Rajnoha 3d333e5a29 coverity: fix warnings about missing return value check for sscanf
All the variables for sscanf in lvmlockctl.c and lvmlockd-sanlock.c are
zeroed before sscanf call so the failure is detected by seeing the zero
value instead of proper one in subsequent code - so use (void) for
sscanf calls to ignore return value here.
2016-05-31 10:06:25 +02:00
..
.gitignore gitignore: Update for in-place build. 2015-07-27 13:18:35 +01:00
lvmlockctl.c coverity: fix warnings about missing return value check for sscanf 2016-05-31 10:06:25 +02:00
lvmlockd-client.h lvmlockd: improve VG removal for lock_type dlm 2015-08-27 10:27:24 -05:00
lvmlockd-core.c coverity: check for sys error in clock call 2016-04-22 14:15:36 +02:00
lvmlockd-dlm.c lvmlockd: fixes for test mode 2016-01-14 16:01:29 -06:00
lvmlockd-internal.h lvmlockd: cosemtic improvements to logging 2016-01-18 09:35:21 -06:00
lvmlockd-sanlock.c coverity: fix warnings about missing return value check for sscanf 2016-05-31 10:06:25 +02:00
Makefile.in doc: change fsf address 2016-01-21 12:11:37 +01:00