]> git.sur5r.net Git - openldap/commitdiff
Fix ldap_utf8_lentab to detect illegal two-byte sequences.
authorHoward Chu <hyc@openldap.org>
Tue, 15 Jan 2002 03:31:37 +0000 (03:31 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 15 Jan 2002 03:31:37 +0000 (03:31 +0000)
libraries/libldap/utf-8.c

index 542814410acf7ddaf9035d6e18b0d01d97c6627c..d25fc3036c3d34319e78034185b192cd13dc6354 100644 (file)
@@ -78,7 +78,7 @@ const char ldap_utf8_lentab[] = {
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-       2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
+       0, 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
        2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
        3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
        4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 6, 6, 0, 0 };