mirror of
https://github.com/cryb-to/cryb-to.git
synced 2025-01-18 09:41:10 +00:00
Fix ossifrage underflow error in Adler32 unit test
This commit is contained in:
parent
bf36ff7a8c
commit
9042130830
1 changed files with 6 additions and 0 deletions
|
@ -76,6 +76,12 @@ static struct t_case t_cases[] = {
|
|||
.len = 0,
|
||||
.sum = 0x00000001,
|
||||
},
|
||||
{
|
||||
.desc = "squeamish ossifrage",
|
||||
.data = "the magic words are squeamish ossifrage",
|
||||
.len = 39,
|
||||
.sum = 0x23880edd,
|
||||
},
|
||||
|
||||
/* overflow */
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue