Steve Magnani
fcbf7637e6
udf: Fix signed/unsigned format specifiers
...
Fix problems noted in compilion with -Wformat=2 -Wformat-signedness.
In particular, a mismatch between the signedness of a value and the
signedness of its format specifier can result in unsigned values being
printed as negative numbers, e.g.:
Partition (0 type 1511) starts at physical 460, block length -1779968542
...which occurs when mounting a large (> 1 TiB) UDF partition.
Changes since V1:
* Fixed additional issues noted in udf_bitmap_free_blocks(),
udf_get_fileident(), udf_show_options()
Signed-off-by: Steven J. Magnani <steve@digidescorp.com >
Signed-off-by: Jan Kara <jack@suse.cz >
2017-10-17 12:00:58 +02:00
..
2017-09-06 20:49:49 -07:00
2017-09-14 18:54:01 -07:00
2017-09-06 20:49:49 -07:00
2017-09-14 18:13:32 -07:00
2017-10-06 09:03:08 -07:00
2017-10-02 16:18:16 +02:00
2017-09-22 19:47:17 -05:00
2017-09-04 19:05:15 -04:00
2017-08-23 12:49:55 -06:00
2017-08-24 13:23:03 -07:00
2017-09-06 13:43:26 -07:00
2017-09-14 18:54:01 -07:00
2017-09-07 11:59:42 -07:00
2017-10-11 11:43:24 +02:00
2017-09-14 19:29:55 -07:00
2017-09-12 20:05:58 -07:00
2017-09-14 18:54:01 -07:00
2017-09-13 18:53:15 -07:00
2017-09-13 10:10:19 -07:00
2017-09-25 15:41:56 -07:00
2017-09-14 18:54:01 -07:00
2017-09-14 18:54:01 -07:00
2017-09-14 18:54:01 -07:00
2017-09-08 18:26:49 -07:00
2017-09-18 12:24:26 +02:00
2017-09-14 18:54:01 -07:00
2017-09-14 18:54:01 -07:00
2017-09-07 11:59:42 -07:00
2017-09-11 22:01:44 -07:00
2017-09-14 20:04:32 -07:00
2017-09-09 13:31:49 -07:00
2017-09-14 18:54:01 -07:00
2017-10-10 13:18:06 +02:00
2017-09-14 18:54:01 -07:00
2017-09-14 18:54:01 -07:00
2017-09-14 14:58:31 -04:00
2017-10-05 15:53:18 +02:00
2017-09-29 11:02:57 +02:00
2017-08-17 16:29:19 -07:00
2017-09-27 11:33:47 +02:00
2017-09-06 17:27:26 -07:00
2017-09-14 18:54:01 -07:00
2017-09-08 19:33:25 -07:00
2017-09-14 18:54:01 -07:00
2017-10-17 12:00:58 +02:00
2017-10-03 21:27:55 -07:00
2017-09-14 19:29:55 -07:00
2017-09-04 19:05:15 -04:00
2017-09-14 18:13:32 -07:00
2017-09-14 18:13:32 -07:00
2017-09-14 18:13:32 -07:00
2017-10-03 17:54:25 -07:00
2017-10-03 17:54:25 -07:00
2017-09-14 19:29:55 -07:00
2017-09-07 11:59:42 -07:00
2017-09-05 08:25:07 -04:00
2017-09-13 18:53:16 -07:00
2017-09-14 13:43:16 -07:00
2017-09-25 08:56:05 -06:00
2017-09-08 18:26:49 -07:00
2017-10-03 17:54:25 -07:00
2017-09-18 22:51:14 -05:00
2017-08-28 00:50:23 -04:00
2017-09-13 09:11:44 -07:00
2017-09-13 09:11:44 -07:00
2017-09-28 13:27:23 -07:00
2017-08-23 12:49:55 -06:00
2017-09-14 18:54:01 -07:00
2017-10-05 15:53:18 +02:00
2017-09-05 12:53:12 +02:00
2017-09-26 13:46:06 -07:00
2017-08-28 16:09:19 -07:00
2017-09-04 19:05:15 -04:00
2017-08-17 22:06:03 +02:00
2017-09-14 18:54:01 -07:00
2017-09-14 18:54:01 -07:00
2017-10-03 17:54:25 -07:00
2017-09-03 20:24:30 -04:00
2017-10-04 18:03:15 +11:00