check BMPstring oddlength more
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20016 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -545,7 +545,8 @@ static int
|
|||||||
check_fail_bmp_string(void)
|
check_fail_bmp_string(void)
|
||||||
{
|
{
|
||||||
struct test_case tests[] = {
|
struct test_case tests[] = {
|
||||||
{NULL, 1, "\x00", "odd length bmpstring"}
|
{NULL, 1, "\x00", "odd (1) length bmpstring"},
|
||||||
|
{NULL, 3, "\x00\x00\x00", "odd (3) length bmpstring"}
|
||||||
};
|
};
|
||||||
int ntests = sizeof(tests) / sizeof(*tests);
|
int ntests = sizeof(tests) / sizeof(*tests);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user