Skip to content
Snippets Groups Projects
Commit 8b3b044d authored by Howard Chu's avatar Howard Chu
Browse files

Fix ITS#2246, fix in rev 1.73 was in the wrong place

parent 4e481877
No related branches found
No related tags found
No related merge requests found
...@@ -536,9 +536,9 @@ ber_get_next( ...@@ -536,9 +536,9 @@ ber_get_next(
} }
ber->ber_tag = tag; ber->ber_tag = tag;
ber->ber_ptr = (char *)p; ber->ber_ptr = (char *)p;
}
if (i == 1) continue; if (i == 1) continue;
}
/* Now look for the length */ /* Now look for the length */
if (*ber->ber_ptr & 0x80) { /* multi-byte */ if (*ber->ber_ptr & 0x80) { /* multi-byte */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment