From: Yann Collet Date: Thu, 19 Mar 2015 00:05:59 +0000 (+0100) Subject: Some more tests related to frame content size X-Git-Tag: upstream/1.9.3~248^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86715b2541fc1fa70d66c0b6aa723685a61e6f56;p=platform%2Fupstream%2Flz4.git Some more tests related to frame content size --- diff --git a/lib/lz4.h b/lib/lz4.h index db55b11..bb823d8 100644 --- a/lib/lz4.h +++ b/lib/lz4.h @@ -48,8 +48,8 @@ extern "C" { * Version **************************************/ #define LZ4_VERSION_MAJOR 1 /* for breaking interface changes */ -#define LZ4_VERSION_MINOR 5 /* for new (non-breaking) interface capabilities */ -#define LZ4_VERSION_RELEASE 1 /* for tweaks, bug-fixes, or development */ +#define LZ4_VERSION_MINOR 6 /* for new (non-breaking) interface capabilities */ +#define LZ4_VERSION_RELEASE 0 /* for tweaks, bug-fixes, or development */ #define LZ4_VERSION_NUMBER (LZ4_VERSION_MAJOR *100*100 + LZ4_VERSION_MINOR *100 + LZ4_VERSION_RELEASE) int LZ4_versionNumber (void); diff --git a/programs/frametest.c b/programs/frametest.c index 96ac3f9..2a087ec 100644 --- a/programs/frametest.c +++ b/programs/frametest.c @@ -582,6 +582,7 @@ int fuzzerTests(U32 seed, unsigned nbTests, unsigned startTest, double compressi unsigned nbBits = (FUZ_rand(&randState) % (FUZ_highbit(srcDataLength-1) - 1)) + 1; size_t srcSize = (FUZ_rand(&randState) & ((1<