commit | c628937803c652132d21f383736375e2feee4bfb | [log] [tgz] |
---|---|---|
author | Arve Hjønnevåg <arve@android.com> | Tue Dec 11 17:49:24 2012 -0800 |
committer | Anton Vorontsov <anton.vorontsov@linaro.org> | Wed Dec 12 19:02:52 2012 -0800 |
tree | 41ebffb3fe0b787c34ba2c45f860336f5d27e0ca | |
parent | b042e47491ba5f487601b5141a3f1d8582304170 [diff] |
pstore/ram: Fix bounds checks for mem_size, record_size, console_size and ftrace_size The bounds check in ramoops_init_prz was incorrect and ramoops_init_przs had no check. Additionally, ramoops_init_przs allows record_size to be 0, but ramoops_pstore_write_buf would always crash in this case. Signed-off-by: Arve Hjønnevåg <arve@android.com> Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>