commit | 5d3bca81a95fe7c7dc23a2dcdc801ab81b81b5cf | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Fri Aug 16 07:59:11 2013 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Sep 03 13:30:05 2013 -0600 |
tree | 42fa03a41dd8cb5d8028aebc002fcf3717c4fc2e | |
parent | 208d8e811e827d665c4de419dff492bbdd80204c [diff] |
sandbox: add compression tests This adds the "test_compression" command when building the sandbox. This tests the existing compression and decompression routines for simple sanity and for buffer overflow conditions. Signed-off-by: Kees Cook <keescook@chromium.org> Acked-by: Simon Glass <sjg@chromium.org>