commit | 3153e915b493a8d832e9260723c579d2544e5dc8 | [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 | 628af1790ac3231455c1ae4a4e43b67136799fa2 [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>