mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13: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