Mauro Carvalho Chehab
a16e37726c
[media] s5p-jpeg: don't return a random width/height
...
Gcc 7.1 complains about:
drivers/media/platform/s5p-jpeg/jpeg-core.c: In function 's5p_jpeg_parse_hdr.isra.9':
drivers/media/platform/s5p-jpeg/jpeg-core.c:1207:12: warning: 'width' may be used uninitialized in this function [-Wmaybe-uninitialized]
result->w = width;
~~~~~~~~~~^~~~~~~
drivers/media/platform/s5p-jpeg/jpeg-core.c:1208:12: warning: 'height' may be used uninitialized in this function [-Wmaybe-uninitialized]
result->h = height;
~~~~~~~~~~^~~~~~~~
Indeed the code would allow it to return a random value (although
it shouldn't happen, in practice). So, explicitly set both to zero,
just in case.
Acked-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com >
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com >
2017-05-19 07:10:50 -03:00
..
2017-05-10 09:35:42 -07:00
2017-05-09 10:01:15 -07:00
2017-04-12 21:59:01 -07:00
2017-05-10 09:12:30 -07:00
2017-05-10 11:33:08 -07:00
2017-04-30 12:22:14 +02:00
2017-04-20 12:16:10 -06:00
2017-05-10 19:13:03 -07:00
2017-05-10 13:38:18 -07:00
2017-05-12 10:43:25 -07:00
2017-05-12 09:56:30 -07:00
2017-05-09 23:21:46 +02:00
2017-05-10 11:33:08 -07:00
2017-05-12 15:43:10 -07:00
2017-04-12 12:42:14 +09:00
2017-05-09 15:40:28 -07:00
2017-04-20 13:47:46 +05:30
2017-04-27 14:15:38 +02:00
2017-04-06 11:12:45 +09:00
2017-05-09 10:01:15 -07:00
2017-04-26 11:38:56 +02:00
2017-05-10 19:13:03 -07:00
2017-05-12 14:28:02 +10:00
2017-05-02 19:09:35 -07:00
2017-04-21 17:58:45 +02:00
2017-05-04 19:15:35 -07:00
2017-04-30 11:45:31 -07:00
2017-05-08 17:15:14 -07:00
2017-05-10 19:13:03 -07:00
2017-05-08 17:36:39 -04:00
2017-05-01 23:17:37 +02:00
2017-05-10 19:13:03 -07:00
2017-05-12 11:44:13 -07:00
2017-05-13 10:25:05 -07:00
2017-05-09 15:15:47 -07:00
2017-05-12 09:56:30 -07:00
2017-05-10 19:13:03 -07:00
2017-05-08 17:15:13 -07:00
2017-05-04 07:53:04 -06:00
2017-05-05 19:33:07 -07:00
2017-04-27 16:20:04 +05:30
2017-05-08 17:15:13 -07:00
2017-05-19 07:10:50 -03:00
2017-05-11 10:44:22 -07:00
2017-04-24 18:21:17 -04:00
2017-04-27 11:54:49 +01:00
2017-05-10 19:13:03 -07:00
2017-05-10 19:13:03 -07:00
2017-05-13 10:23:12 -07:00
2017-05-12 10:04:09 -07:00
2017-04-17 00:42:22 +02:00
2017-04-20 09:54:24 +02:00
2017-05-12 15:43:10 -07:00
2017-05-11 11:01:56 -07:00
2017-05-09 10:01:15 -07:00
2017-05-12 10:04:09 -07:00
2017-04-20 12:02:32 +01:00
2017-05-10 19:13:03 -07:00
2017-05-10 19:13:03 -07:00
2017-04-11 16:29:54 +01:00
2017-04-10 16:43:41 +05:30
2017-05-02 19:09:35 -07:00
2017-05-04 19:15:35 -07:00
2017-05-12 12:02:21 -07:00
2017-04-28 23:56:16 +02:00
2017-05-01 16:15:18 -07:00
2017-04-13 17:41:50 +02:00
2017-05-04 19:15:35 -07:00
2017-04-30 22:17:44 +09:00
2017-05-10 11:33:08 -07:00
2017-05-09 10:01:15 -07:00
2017-05-10 11:33:08 -07:00
2017-05-10 19:37:14 -07:00
2017-05-10 11:33:08 -07:00
2017-03-28 15:06:58 -06:00
2017-05-12 11:44:13 -07:00
2017-05-12 10:04:09 -07:00
2017-04-26 15:58:22 +01:00
2017-05-19 06:57:41 -03:00
2017-05-12 11:44:13 -07:00
2017-05-10 11:20:09 -07:00
2017-05-12 11:58:45 -07:00
2017-05-10 19:13:03 -07:00
2017-04-08 18:13:28 +02:00
2017-05-05 19:33:07 -07:00
2017-05-05 11:36:44 -07:00
2017-05-08 17:15:12 -07:00
2017-05-11 11:12:26 -07:00
2017-05-08 17:15:10 -07:00
2017-05-02 23:41:43 +03:00
2017-04-08 18:20:57 +02:00
2017-05-10 19:13:03 -07:00
2017-05-09 09:12:53 -07:00
2017-05-10 11:20:09 -07:00