Vlad Tsyrklevich a01421e448 omap2fb: Fix stack memory disclosure
Using [1] for static analysis I found that the OMAPFB_QUERY_PLANE,
OMAPFB_GET_COLOR_KEY, OMAPFB_GET_DISPLAY_INFO, and OMAPFB_GET_VRAM_INFO
cases could all leak uninitialized stack memory--either due to
uninitialized padding or 'reserved' fields.

Fix them by clearing the shared union used to store copied out data.

[1] https://github.com/vlad902/kernel-uninitialized-memory-checker

Signed-off-by: Vlad Tsyrklevich <vlad@tsyrklevich.net>
Reviewed-by: Kees Cook <keescook@chromium.org>
Fixes: b39a982ddecf ("OMAP: DSS2: omapfb driver")
Cc: security@kernel.org
[b.zolnierkie: prefix patch subject with "omap2fb: "]
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2019-01-11 14:34:38 +01:00
..
2018-10-08 12:57:35 +02:00
2018-06-17 05:00:24 +09:00
2017-02-25 13:20:22 -08:00
2018-06-17 05:00:24 +09:00
2018-09-26 18:11:22 +02:00
2017-09-04 16:00:49 +02:00
2017-05-27 15:41:17 -04:00
2018-06-12 16:19:22 -07:00
2018-12-20 19:13:09 +01:00