mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-03 00:19:51 -04:00
#181 OSS-Fuzz TELEPEN fix, allow for 16 char nul encodings in buffer
This commit is contained in:
parent
62995f18d2
commit
027e8a775d
4 changed files with 90 additions and 4 deletions
|
@ -32,7 +32,7 @@
|
|||
#include "testcommon.h"
|
||||
|
||||
// #181 Christian Hartlage OSS-Fuzz
|
||||
static void test_australia_post_fuzz(void)
|
||||
static void test_fuzz(void)
|
||||
{
|
||||
testStart("");
|
||||
|
||||
|
@ -76,7 +76,7 @@ static void test_australia_post_fuzz(void)
|
|||
|
||||
int main()
|
||||
{
|
||||
test_australia_post_fuzz();
|
||||
test_fuzz();
|
||||
|
||||
testReport();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue