1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00
Peter Rajnoha 3924a041ba coverity: sscanf should use "%u" instead of "%i"
The "age" variable is unsigned:

  unsigned age = 0;
  ...
  if (argc == 2 && (sscanf(argv[1], "%i", &age) != 1))
2013-10-17 10:17:16 +02:00
..
2013-10-01 21:20:10 +01:00
2013-10-04 14:32:23 +01:00
2008-01-30 14:00:02 +00:00
2008-01-30 14:00:02 +00:00
2013-07-01 23:11:14 +02:00
2012-08-25 20:35:48 +01:00
2013-07-09 03:07:55 +01:00
2013-07-08 14:01:41 +02:00
2013-07-09 03:07:55 +01:00
2013-10-01 21:20:10 +01:00
2013-10-01 21:20:10 +01:00
2013-07-01 23:11:14 +02:00
2012-08-25 20:35:48 +01:00
2013-07-24 22:10:37 +01:00
2013-10-08 13:39:11 +02:00