commit | fc46d4e453f50d2b376267f180cae250b54f9fb4 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Tue Nov 15 16:29:40 2016 -0800 |
committer | Kees Cook <keescook@chromium.org> | Tue Nov 15 16:34:32 2016 -0800 |
tree | 2c300b1bb28fe0aba34a6b0b0c2ab1fed8e2b3d5 | |
parent | 70ad35db3321a6d129245979de4ac9d06eed897c [diff] |
ramoops: add pdata NULL check to ramoops_probe This adds a check for a NULL platform data, which should only be possible if a driver incorrectly sets up a probe request without also having defined the platform_data structure. This is based on a patch from Geliang Tang. Signed-off-by: Kees Cook <keescook@chromium.org>