commit | 315c0ace7c220591a9b220ab7698e85624b430c0 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Fri Aug 16 07:59:16 2013 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Sep 03 13:30:26 2013 -0600 |
tree | 949418163f0c60d0336867d530f53fc5a80ada72 | |
parent | ff9d2efdbf1b3b5263f81e843c6724b8bead7f1f [diff] |
bootm: allow correct bounds-check of destination While nothing presently examines the destination size, it should at least be correct so that future users of sys_mapmem() will not be surprised. Without this, it might be possible to overflow memory. Signed-off-by: Kees Cook <keescook@chromium.org> Acked-by: Simon Glass <sjg@chromium.org>