commit | 1dacd9ddd359eed63b210bd9b5000c2cfae287ff | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Wed Jan 20 14:59:04 2016 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jan 20 17:09:18 2016 -0800 |
tree | 76baf50b411c76191f0cbca6b398d9c0a9ed15d1 | |
parent | cc77a719a5cfd419d057277fd0fdfca568bcfdd2 [diff] |
test_hexdump: test all possible group sizes for overflow Currently the only one combination is tested for overflow, i.e. rowsize = 16, groupsize = 1, len = 1. Do various test to go through all possible branches. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>