commit | 2509b561f7c6599907c08cb364c86b8c45466e4f | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Tue May 08 22:29:52 2018 -0700 |
committer | Kees Cook <keescook@chromium.org> | Tue Jun 05 12:16:51 2018 -0700 |
tree | 4d9002abaf08e2ebcda9d313a2d825aeb198d102 | |
parent | 3b3b1a29eb89ba93f91213cbebb332a2ac31fa8b [diff] |
device: Use overflow helpers for devm_kmalloc() Use the overflow helpers both in existing multiplication-using inlines as well as the addition-overflow case in the core allocation routine. Signed-off-by: Kees Cook <keescook@chromium.org>