mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-10 21:45:58 +00:00
#181 OSS-Fuzz TELEPEN fix, allow for 16 char nul encodings in buffer
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user